Skip to main content

CapHash

Type Alias CapHash 

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

32-byte Cap::Instance identity hash. Matches javm_cap::CapHash byte-wise (kept as a local alias here so nub-arch-x86-abi stays free of the javm-cap dependency, which pulls in alloc::collections etc.).