Skip to main content

hash_h_into

Function hash_h_into 

Source
pub fn hash_h_into<P: Params>(
    pk_seed: &[u8],
    adrs: &Adrs,
    m1: &[u8],
    m2: &[u8],
    out: &mut [u8],
)
Expand description

H(PK.seed, ADRS, M1 || M2) — two-input Merkle node hash. Output to out (n bytes).