Bouncy Castle Cryptography 1.51

org.bouncycastle.pqc.math.ntru.polynomial.test
Class IntegerPolynomialTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.pqc.math.ntru.polynomial.test.IntegerPolynomialTest

public class IntegerPolynomialTest
extends TestCase


Constructor Summary
IntegerPolynomialTest()
           
 
Method Summary
 void testFromToBinary()
           
 void testFromToBinary3Sves()
           
 void testFromToBinary3Tight()
           
 void testInvertF3()
           
 void testInvertFq()
           
 void testMult()
           
 void testResultant()
           
 void testResultantMod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerPolynomialTest

public IntegerPolynomialTest()
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()

Bouncy Castle Cryptography 1.51