Shortcut hash functions using elm/bytes.
fips202_sha3_224 : Bytes -> List Basics.Int
Compute the sha3 224 of a Bytes value as a list of byte width integers.
fips202_sha3_256 : Bytes -> List Basics.Int
Compute the sha3 256 of a Bytes value as a list of byte width integers.
fips202_sha3_384 : Bytes -> List Basics.Int
Compute the sha3 384 of a Bytes value as a list of byte width integers.
fips202_sha3_512 : Bytes -> List Basics.Int
Compute the sha3 512 of a Bytes value as a list of byte width integers.
ethereum_keccak_256 : Bytes -> List Basics.Int
Compute the ethereum 256 bit hash of a Bytes value as a list of byte width integers.