Function common::comm_merkle_op

source ·
pub fn comm_merkle_op<T: Encode>(val_a: &T, val_b: &T) -> H512
Expand description

Commutative merkle operation, is crypto safe, defined as hash(a,b) xor hash(b,a).