Skip to main content

Module sha256

Module sha256 

Source
Expand description

SHA-256 digest helpers.

The module hashes individual byte slices as well as concatenated or delimited collections. Results use fixed-size digest byte arrays.

Functions§

concat
Sha256 hash (input gather)
delimited
Sha256 hash (input gather joined by 0xFF bytes)
hash
Sha256 hash

Type Aliases§

Digest
Fixed-size output of a SHA-256 digest operation.