Keccak Parameter
Parameter sets for SHA-3(Keccak).
This class contains the defined parameter values for each set of SHA-3 Hash Functions defined in FIPS 202 and SHA-3 Derived Functions defined in SP 800-185.
Author
Ron Lauren Hombre
Entries
Keccak256(M||11, d)
Keccak512(M||11, d)
SHAKE128 equivalent if N and S is empty "".
SHAKE256 equivalent if N and S is empty "".
newX = bytepad(encode_string(K), 136) || X || right_encode(0); T = bytepad(encode_string("KMAC") || encode_string(S), 136); Keccak256(T || newX || 00, L)
newX = bytepad(encode_string(K), 168) || X || right_encode(0); T = bytepad(encode_string("KMAC") || encode_string(S), 168); Keccak512(T || newX || 00, L)
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.