pub fn signing_payload(context: &[u8], hash: &HopHash) -> [u8; 32]Expand description
Compute the 32-byte payload that HOP recipients / submitters sign for a given
operation. This is blake2_256(context || hash) and ensures signatures from
one operation cannot be replayed in another.