Interface Hash.Lazy
- All Known Implementing Classes:
LazySodium,LazySodiumJava
- Enclosing interface:
- Hash
public static interface Hash.Lazy
-
Method Summary
Modifier and TypeMethodDescriptioncryptoHashSha256(String message) booleanbooleancryptoHashSha256Update(Hash.State256 state, String messagePart) cryptoHashSha512(String message) booleanbooleancryptoHashSha512Update(Hash.State512 state, String messagePart)
-
Method Details
-
cryptoHashSha256
- Throws:
SodiumException
-
cryptoHashSha512
- Throws:
SodiumException
-
cryptoHashSha256Init
-
cryptoHashSha256Update
-
cryptoHashSha256Final
- Throws:
SodiumException
-
cryptoHashSha512Init
-
cryptoHashSha512Update
-
cryptoHashSha512Final
- Throws:
SodiumException
-