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 voidtestFromToBinary()voidtestFromToBinary3Sves()voidtestFromToBinary3Tight()voidtestInvertF3()voidtestInvertFq()voidtestMult()voidtestResultant()voidtestResultantMod()
-
-
-
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()
-
-