Function tuple_hash_xof256

Source
pub fn tuple_hash_xof256<I>(s: &[u8], x: I) -> impl XofReader
where I: IntoIterator, I::Item: AsRef<[u8]>,
Available on crate feature rust-crypto only.
Expand description

TupleHashXof128 over a fixed-size set of inputs.