Package org.bouncycastle.math.raw
Class Mul
java.lang.Object
org.bouncycastle.math.raw.Mul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmultiplyAcc(long[] x, int xOff, long[] y, int yOff, long[] z)
-
Constructor Details
-
Mul
public Mul()
-
-
Method Details
-
multiplyAcc
public static void multiplyAcc(long[] x, int xOff, long[] y, int yOff, long[] z)
-