Module risc0_zkvm::sha

source ·
Expand description

SHA-256 hashing services

Structs

The result of a SHA-256 hashing function.

Constants

The number of words represented by a Digest.
The size of a word in bytes within a Digest (32-bits = 4 bytes).

Statics

Standard SHA initialization vector .

Traits

An implementation that provides SHA-256 hashing services.

Functions