|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pqc.math.ntru.polynomial.Resultant
public class Resultant
Contains a resultant and a polynomial rho
such that
res = rho*this + t*(x^n-1) for some integer t
.
IntegerPolynomial.resultant()
,
IntegerPolynomial.resultant(int)
Field Summary | |
---|---|
java.math.BigInteger |
res
Resultant of a polynomial with x^n-1 |
BigIntPolynomial |
rho
A polynomial such that res = rho*this + t*(x^n-1) for some integer t |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BigIntPolynomial rho
res = rho*this + t*(x^n-1) for some integer t
public java.math.BigInteger res
x^n-1
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |