Interface Hash.Native
- All Known Implementing Classes:
LazySodium,LazySodiumJava
- Enclosing interface:
- Hash
public static interface Hash.Native
-
Method Summary
Modifier and TypeMethodDescriptionbooleancryptoHashSha256(byte[] out, byte[] in, long inLen) booleancryptoHashSha256Final(Hash.State256 state, byte[] out) booleanbooleancryptoHashSha256Update(Hash.State256 state, byte[] in, long inLen) booleancryptoHashSha512(byte[] out, byte[] in, long inLen) booleancryptoHashSha512Final(Hash.State512 state, byte[] out) booleanbooleancryptoHashSha512Update(Hash.State512 state, byte[] in, long inLen)
-
Method Details
-
cryptoHashSha256
boolean cryptoHashSha256(byte[] out, byte[] in, long inLen) -
cryptoHashSha512
boolean cryptoHashSha512(byte[] out, byte[] in, long inLen) -
cryptoHashSha256Init
-
cryptoHashSha256Update
-
cryptoHashSha256Final
-
cryptoHashSha512Init
-
cryptoHashSha512Update
-
cryptoHashSha512Final
-