Searched refs:TPB (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java309 // * representation. Both trinomial (TPB) and pentanomial (PPB) polynomial
324 // * Indicates trinomial basis representation (TPB). Number chosen
327 // public static final int TPB = 2;
336 // * TPB or PPB.
346 // * TPB: The integer <code>k</code> where <code>x<sup>m</sup> +
356 // * TPB: Always set to <code>0</code><br>
364 // * TPB: Always set to <code>0</code><br>
398 // this.representation = TPB;
427 // * Constructor for TPB.
687 // * TPB (trinomia
786 public static final int TPB = 2; field in class:ECFieldElement.F2m
[all...]

Completed in 71 milliseconds