Module cryptography

Source
Expand description

Cryptography module containing hashing functions used internally by the execution engine

Constants§

DIGEST_LENGTH
The number of bytes in a hash. All hash functions in this module have a digest length of 32.

Functions§

blake3
The 32-byte digest blake3 hash function
blake2b
The 32-byte digest blake2b hash function
sha256
The 32-byte digest sha256 hash function