Module hash

Module hash 

Source
Expand description

Constants for hash functions

Constantsยง

KECCAK256_BLOCK_SIZE
Internal block size of Keccak-256 in bytes
KECCAK256_OUTPUT_SIZE
Output size of Keccak-256 in bytes
SHA3_224_OUTPUT_SIZE
Output size of SHA3-224 in bytes
SHA3_256_BLOCK_SIZE
Internal block size of SHA3-256 in bytes
SHA3_256_OUTPUT_SIZE
Output size of SHA3-256 in bytes
SHA3_384_OUTPUT_SIZE
Output size of SHA3-384 in bytes
SHA3_512_BLOCK_SIZE
Internal block size of SHA3-512 in bytes
SHA3_512_OUTPUT_SIZE
Output size of SHA3-512 in bytes
SHA224_OUTPUT_SIZE
Output size of SHA-224 in bytes
SHA256_BLOCK_SIZE
Internal block size of SHA-256 in bytes
SHA256_OUTPUT_SIZE
Output size of SHA-256 in bytes
SHA384_OUTPUT_SIZE
Output size of SHA-384 in bytes
SHA512_BLOCK_SIZE
Internal block size of SHA-512 in bytes
SHA512_OUTPUT_SIZE
Output size of SHA-512 in bytes