Function tuple_hash256

Source
pub fn tuple_hash256<I, N>(s: &[u8], x: I) -> GenericArray<u8, N>
where I: IntoIterator, I::Item: AsRef<[u8]>, N: ArrayLength,
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.