Class IntegerPolynomialTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.math.ntru.polynomial.test.IntegerPolynomialTest
-
public class IntegerPolynomialTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description IntegerPolynomialTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFromToBinary()
void
testFromToBinary3Sves()
void
testFromToBinary3Tight()
void
testInvertF3()
void
testInvertFq()
void
testMult()
void
testResultant()
void
testResultantMod()
-
-
-
Method Detail
-
testMult
public void testMult()
-
testInvertFq
public void testInvertFq()
-
testInvertF3
public void testInvertF3()
-
testFromToBinary
public void testFromToBinary()
-
testFromToBinary3Sves
public void testFromToBinary3Sves()
-
testFromToBinary3Tight
public void testFromToBinary3Tight()
-
testResultant
public void testResultant()
-
testResultantMod
public void testResultantMod()
-
-