Function bitcoin::utils::hash256_merkle_step
source · pub fn hash256_merkle_step(a: &[u8], b: &[u8]) -> H256LeExpand description
Concatenates and hashes two inputs for merkle proving.
Arguments
a- The first hashb- The second hash