View Source jose_sha3 behaviour (JOSE v1.11.10)

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().

Functions

Link to this function

shake128(InputBytes, OutputByteLen)

View Source
Link to this function

shake256(InputBytes, OutputByteLen)

View Source