pub fn hash256_merkle_step(a: &[u8], b: &[u8]) -> H256Le
Expand description

Concatenates and hashes two inputs for merkle proving.

Arguments

  • a - The first hash
  • b - The second hash