Skip to main content

BodyHash

Type Alias BodyHash 

Source
pub type BodyHash = [u8; 16];
Expand description

Content hash of a function body (#222). 16 bytes = SHA-256 truncated. Matches lex-vcs::OpId’s width so that mixing the two never confuses a reader expecting a uniform hash size across the codebase.