View Source jose_sha3 behaviour (JOSE v1.11.9)
Summary
Callbacks
-callback sha3_224(InputBytes :: binary()) -> OutputBytes :: binary().
-callback sha3_256(InputBytes :: binary()) -> OutputBytes :: binary().
-callback sha3_384(InputBytes :: binary()) -> OutputBytes :: binary().
-callback sha3_512(InputBytes :: binary()) -> OutputBytes :: binary().
-callback shake128(InputBytes :: binary(), OutputByteLen :: integer()) -> OutputBytes :: binary().
-callback shake256(InputBytes :: binary(), OutputByteLen :: integer()) -> OutputBytes :: binary().