|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pqc.math.ntru.Polynomial
org.bouncycastle.pqc.math.ntru.HRSSPolynomial
org.bouncycastle.pqc.math.ntru.HRSS1373Polynomial
Field Summary |
Fields inherited from class org.bouncycastle.pqc.math.ntru.Polynomial |
coeffs, params |
Constructor Summary | |
HRSS1373Polynomial(NTRUHRSSParameterSet params)
|
Method Summary | |
void |
sqFromBytes(byte[] a)
Unpack a Sq polynomial |
byte[] |
sqToBytes(int len)
Pack Sq polynomial as a byte array |
Methods inherited from class org.bouncycastle.pqc.math.ntru.HRSSPolynomial |
lift |
Methods inherited from class org.bouncycastle.pqc.math.ntru.Polynomial |
mod3PhiN, modQPhiN, r2Inv, rqInv, rqMul, rqSumZeroFromBytes, rqSumZeroToBytes, rqToS3, s3FromBytes, s3Inv, s3Mul, s3ToBytes, s3ToBytes, sqMul, trinaryZqToZ3, z3ToZq |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HRSS1373Polynomial(NTRUHRSSParameterSet params)
Method Detail |
public byte[] sqToBytes(int len)
Polynomial
sqToBytes
in class HRSSPolynomial
public void sqFromBytes(byte[] a)
Polynomial
sqFromBytes
in class HRSSPolynomial
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |