Skip to main content

CapHash

Type Alias CapHash 

Source
pub type CapHash = [u8; 32];
Expand description

32-byte content hash. Same shape as javm_cap::CapHash; defined here locally so this crate stays no_std. A future unification pass will share the type once javm-cap becomes no_std-clean.