Package | Description |
---|---|
org.bouncycastle.pqc.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(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) |
Copyright © 2021 BouncyCastle.org. All rights reserved.