Class Nat512


  • public abstract class Nat512
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Nat512()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void mul​(int[] x, int[] y, int[] zz)  
      static void square​(int[] x, int[] zz)  
      • Methods inherited from class java.lang.Object

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

      • Nat512

        public Nat512()
    • Method Detail

      • mul

        public static void mul​(int[] x,
                               int[] y,
                               int[] zz)
      • square

        public static void square​(int[] x,
                                  int[] zz)