pub fn ephemeral_merkle_root<L, I>(leaves: I) -> Bytes32 where
    L: AsRef<[u8]>,
    I: Iterator<Item = L> + ExactSizeIterator
Expand description

Calculate a binary merkle root with in-memory storage