Uses of Class
org.bouncycastle.pqc.math.ntru.polynomial.ProductFormPolynomial
-
Packages that use ProductFormPolynomial Package Description org.bouncycastle.pqc.math.ntru.polynomial -
-
Uses of ProductFormPolynomial in org.bouncycastle.pqc.math.ntru.polynomial
Methods in org.bouncycastle.pqc.math.ntru.polynomial that return ProductFormPolynomial Modifier and Type Method Description static ProductFormPolynomial
ProductFormPolynomial. fromBinary(byte[] data, int N, int df1, int df2, int df3Ones, int df3NegOnes)
static ProductFormPolynomial
ProductFormPolynomial. fromBinary(InputStream is, int N, int df1, int df2, int df3Ones, int df3NegOnes)
static ProductFormPolynomial
ProductFormPolynomial. generateRandom(int N, int df1, int df2, int df3Ones, int df3NegOnes, SecureRandom random)
-