Package com.goterl.lazysodium.interfaces
Class Ed25519.Checker
java.lang.Object
com.goterl.lazysodium.interfaces.Ed25519.Checker
- Enclosing interface:
Ed25519
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckHash(byte[] hash) static voidcheckNonReducedScalar(byte[] scalar) static voidcheckPoint(byte[] point) static voidcheckScalar(byte[] scalar) static voidensurePointFits(byte[] point) static voidensureScalarFits(byte[] scalar)
-
Method Details
-
ensurePointFits
public static void ensurePointFits(byte[] point) -
ensureScalarFits
public static void ensureScalarFits(byte[] scalar) -
checkPoint
public static void checkPoint(byte[] point) -
checkHash
public static void checkHash(byte[] hash) -
checkScalar
public static void checkScalar(byte[] scalar) -
checkNonReducedScalar
public static void checkNonReducedScalar(byte[] scalar)
-