Package | Description |
---|---|
org.spongycastle.math.ntru.polynomial |
Modifier and Type | Method and Description |
---|---|
static ProductFormPolynomial |
ProductFormPolynomial.fromBinary(byte[] data,
int N,
int df1,
int df2,
int df3Ones,
int df3NegOnes) |
static ProductFormPolynomial |
ProductFormPolynomial.fromBinary(java.io.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,
java.security.SecureRandom random) |