Skip to main content

mix_in_length

Function mix_in_length 

Source
pub fn mix_in_length<D: Digest<OutputSize = U32>>(
    root: [u8; 32],
    len: u64,
) -> [u8; 32]
Expand description

mix_in_length(root, len) = hash(root || u256_le(len)).