hash
Compute cryptographic or non-cryptographic digests of data using algorithms like MD5, SHA, BLAKE2, CRC, xxHash, and FNV-1a. Configure input format, output format, key, seed, and length for shake algorithms.
Instructions
Compute a cryptographic, CRC, or fast non-crypto digest of bytes.
length (output bytes) is required for shake_*; key keys blake2b/blake2s
(decoded with input_format); seed reseeds xxh*/fnv1a_*. CRC and fast
hashes additionally report their integer value as int.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| algorithm | Yes | ||
| input_format | No | text | |
| output_format | No | hex | |
| length | No | ||
| key | No | ||
| seed | No |