[][src]Function bitcoin_spv::btcspv::hash256_merkle_step

pub fn hash256_merkle_step(a: &Vec<u8>, b: &Vec<u8>) -> Hash256Digest

Concatenates and hashes two inputs for merkle proving.

Arguments

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