Function fides::merkle_tree::root

source ·
pub fn root<O: Clone, H: Fn(&[u8]) -> O>(hasher: H, leaves: &[&[u8]]) -> Owhere
    Vec<u8>: From<O>,