Module risc0_zkp::core::sha

source ·
Expand description

Simple SHA-256 wrappers.

Modules

Structs

The result of a SHA-256 hashing function.

Constants

The size of a block in bytes.
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.