Class PolynomialTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class PolynomialTest
    extends junit.framework.TestCase
    • Constructor Summary

      Constructors 
      Constructor Description
      PolynomialTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testMod3PhiN()  
      void testModQPhiN()  
      void testRqMul()  
      void testRqSumZeroFromBytes()  
      void testRqSumZeroToBytes()  
      void testRqToS3()  
      void testS3FromBytes()  
      void testS3Mul()  
      void testS3ToBytes()  
      void testSqFromBytes()  
      void testSqMul()  
      void testSqToBytes()  
      void testTrinaryZqToZ3()  
      void testZ3ToZq()  
      • Methods inherited from class junit.framework.TestCase

        assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PolynomialTest

        public PolynomialTest()
    • Method Detail

      • testMod3PhiN

        public void testMod3PhiN()
      • testModQPhiN

        public void testModQPhiN()
      • testSqToBytes

        public void testSqToBytes()
      • testSqFromBytes

        public void testSqFromBytes()
      • testRqSumZeroToBytes

        public void testRqSumZeroToBytes()
      • testRqSumZeroFromBytes

        public void testRqSumZeroFromBytes()
      • testS3ToBytes

        public void testS3ToBytes()
      • testS3FromBytes

        public void testS3FromBytes()
      • testSqMul

        public void testSqMul()
      • testRqMul

        public void testRqMul()
      • testS3Mul

        public void testS3Mul()
      • testRqToS3

        public void testRqToS3()
      • testZ3ToZq

        public void testZ3ToZq()
      • testTrinaryZqToZ3

        public void testTrinaryZqToZ3()