Skip to main content

Module sha256

Module sha256 

Source
Expand description

SHA-256 compression function for use in Merkle tree constructions.

Structsยง

ParallelSha256Digest
A ParallelDigest for SHA-256 that specializes digest_with_const_len for short, fixed-length leaves.
Sha256Compression
A two-to-one compression function for SHA-256 digests.
Sha256HashSuite
SHA-256 HashSuite: SHA-256 leaves and a SHA-256 compression function for inner nodes.