Package com.goterl.lazysodium.interfaces
Interface Hash
-
public interface Hash
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHash.Lazystatic interfaceHash.Nativestatic classHash.State256static classHash.State512
-
Field Summary
Fields Modifier and Type Field Description static intBYTESstatic intSHA256_BYTESstatic intSHA512_BYTES
-
-
-
Field Detail
-
SHA256_BYTES
static final int SHA256_BYTES
- See Also:
- Constant Field Values
-
SHA512_BYTES
static final int SHA512_BYTES
- See Also:
- Constant Field Values
-
BYTES
static final int BYTES
- See Also:
- Constant Field Values
-
-