Package org.bouncycastle.math.raw
Class Nat512
java.lang.Object
org.bouncycastle.math.raw.Nat512
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Nat512
public Nat512()
-
-
Method Details
-
mul
public static void mul(int[] x, int[] y, int[] zz) -
square
public static void square(int[] x, int[] zz)
-