-
public final class Hash.Checker extends BaseChecker
-
-
Method Summary
Modifier and Type Method Description static voidcheckHashSha256(Array<byte> hash)static voidcheckHashSha512(Array<byte> hash)-
Methods inherited from class com.goterl.lazysodium.utils.BaseChecker
checkArrayLength, checkAtLeast, checkBetween, checkBetween, checkEqual, checkExpectedMemorySize, checkOptionalArrayLength, checkOptionalOutPointer, checkOptionalOutPointer, correctLen, isBetween, requireNonNull -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
checkHashSha256
static void checkHashSha256(Array<byte> hash)
-
checkHashSha512
static void checkHashSha512(Array<byte> hash)
-
-
-
-