sha3 library

Functions

sha3_224(List<int> inputBytes) List<int>
Computes a SHA3-224 digest.
sha3_224Hex(List<int> inputBytes) String
Computes a SHA3-224 digest and returns lowercase hexadecimal text.
sha3_256(List<int> inputBytes) List<int>
Computes a SHA3-256 digest.
sha3_256Hex(List<int> inputBytes) String
Computes a SHA3-256 digest and returns lowercase hexadecimal text.
sha3_384(List<int> inputBytes) List<int>
Computes a SHA3-384 digest.
sha3_384Hex(List<int> inputBytes) String
Computes a SHA3-384 digest and returns lowercase hexadecimal text.
sha3_512(List<int> inputBytes) List<int>
Computes a SHA3-512 digest.
sha3_512Hex(List<int> inputBytes) String
Computes a SHA3-512 digest and returns lowercase hexadecimal text.
shake_128(List<int> inputBytes, int outputByteLength) List<int>
Computes a SHAKE128 extendable-output digest.
shake_128Hex(List<int> inputBytes, int outputByteLength) String
Computes a SHAKE128 digest and returns lowercase hexadecimal text.
shake_256(List<int> inputBytes, int outputByteLength) List<int>
Computes a SHAKE256 extendable-output digest.
shake_256Hex(List<int> inputBytes, int outputByteLength) String
Computes a SHAKE256 digest and returns lowercase hexadecimal text.