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