pub fn tuple_hash256<I, N>(s: &[u8], x: I) -> GenericArray<u8, N>Available on crate feature
rust-crypto only.Expand description
TupleHash256 over a fixed-size set of inputs.
For the XOF variant, see tuple_hash_xof256.
pub fn tuple_hash256<I, N>(s: &[u8], x: I) -> GenericArray<u8, N>rust-crypto only.TupleHash256 over a fixed-size set of inputs.
For the XOF variant, see tuple_hash_xof256.