Package org.sol4k.tweetnacl
Class TweetNacl.ScalarMult
- java.lang.Object
-
- org.sol4k.tweetnacl.TweetNacl.ScalarMult
-
-
Field Summary
Fields Modifier and Type Field Description static intgroupElementLengthstatic intscalarLength
-
Constructor Summary
Constructors Constructor Description ScalarMult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]scalseMult(byte[] n, byte[] p)static byte[]scalseMult_base(byte[] n)
-
-
-
Field Detail
-
scalarLength
public static final int scalarLength
- See Also:
- Constant Field Values
-
groupElementLength
public static final int groupElementLength
- See Also:
- Constant Field Values
-
-