Package org.bouncycastle.math.raw
Class Nat384
- java.lang.Object
-
- org.bouncycastle.math.raw.Nat384
-
public abstract class Nat384 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Nat384()
-
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)
-