Package org.bouncycastle.math.raw
Class Nat512
- java.lang.Object
-
- org.bouncycastle.math.raw.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)
-