Constant risc0_zkvm::sha::WORD_SIZE

source ·
pub const WORD_SIZE: usize = _; // 4usize
Expand description

Size of a zkVM machine word in bytes. 4 bytes (i.e. 32 bits) as the zkVM is an implementation of the rv32im ISA.