Bouncy Castle Cryptography 1.51

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

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

public class ProductFormPolynomialTest
extends TestCase


Constructor Summary
ProductFormPolynomialTest()
           
 
Method Summary
 void setUp()
           
 void testFromToBinary()
           
 void testMult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductFormPolynomialTest

public ProductFormPolynomialTest()
Method Detail

setUp

public void setUp()

testFromToBinary

public void testFromToBinary()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testMult

public void testMult()

Bouncy Castle Cryptography 1.51