|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrinomialLFSR | |
cryptix.util.math |
Uses of TrinomialLFSR in cryptix.util.math |
Methods in cryptix.util.math that return TrinomialLFSR | |
static TrinomialLFSR |
TrinomialLFSR.multiply(TrinomialLFSR p,
TrinomialLFSR q)
Return the product of the two arguments modulo f(x)), where both arguments are members of the same polynomial group with the same monic trinomial f(x). |
TrinomialLFSR |
TrinomialLFSR.trinomialOne()
Return a TrinomialLFSR object whose state is set
to the powers of the polynomial p(x) such that p(x)
= 1 in the polynomial Group defined over the trinomial
function of this object. |
TrinomialLFSR |
TrinomialLFSR.trinomialX()
Return a TrinomialLFSR object whose state is set
to the powers of the polynomial p(x) such that p(x)
= x in the polynomial Group defined over the trinomial
function of this object. |
Methods in cryptix.util.math with parameters of type TrinomialLFSR | |
void |
TrinomialLFSR.add(TrinomialLFSR gx)
Compute this += gx (mod f(x)) . |
void |
TrinomialLFSR.subtract(TrinomialLFSR gx)
Compute this -= gx (mod f(x)) . |
void |
TrinomialLFSR.multiply(TrinomialLFSR gx)
Compute this *= gx (mod f(x)) . |
static TrinomialLFSR |
TrinomialLFSR.multiply(TrinomialLFSR p,
TrinomialLFSR q)
Return the product of the two arguments modulo f(x)), where both arguments are members of the same polynomial group with the same monic trinomial f(x). |
boolean |
TrinomialLFSR.isSameValue(TrinomialLFSR x)
Return true if the TrinomialLFSR x has equal characteristics and contents to this one; false otherwise. |
int |
TrinomialLFSR.compareTo(TrinomialLFSR x)
Compare this LFSR to the argument, returning -1, 0 or 1 for less than, equal to, or greater than comparison. |
boolean |
TrinomialLFSR.isSameGroup(TrinomialLFSR x)
Return true iff the argument is a polynomial that belongs to the same Group as this . |
|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |