Bouncy Castle Cryptography 1.51

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

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

public class SparseTernaryPolynomialTest
extends TestCase


Constructor Summary
SparseTernaryPolynomialTest()
           
 
Method Summary
 void testFromToBinary()
           
 void testMult()
          tests mult(IntegerPolynomial) and mult(BigIntPolynomial)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SparseTernaryPolynomialTest

public SparseTernaryPolynomialTest()
Method Detail

testMult

public void testMult()
tests mult(IntegerPolynomial) and mult(BigIntPolynomial)


testFromToBinary

public void testFromToBinary()
                      throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.51