Package com.goterl.lazysodium.interfaces
Interface ShortHash
-
public interface ShortHash
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceShortHash.Lazystatic interfaceShortHash.Native
-
Field Summary
Fields Modifier and Type Field Description static intBYTESstatic intKEYBYTESstatic intSIPHASH24_BYTESstatic intSIPHASH24_KEYBYTESstatic intSIPHASHX24_BYTESstatic intSIPHASHX24_KEYBYTES
-
-
-
Field Detail
-
SIPHASH24_BYTES
static final int SIPHASH24_BYTES
- See Also:
- Constant Field Values
-
SIPHASH24_KEYBYTES
static final int SIPHASH24_KEYBYTES
- See Also:
- Constant Field Values
-
SIPHASHX24_BYTES
static final int SIPHASHX24_BYTES
- See Also:
- Constant Field Values
-
SIPHASHX24_KEYBYTES
static final int SIPHASHX24_KEYBYTES
- See Also:
- Constant Field Values
-
BYTES
static final int BYTES
- See Also:
- Constant Field Values
-
KEYBYTES
static final int KEYBYTES
- See Also:
- Constant Field Values
-
-