Function tuple_hash_xof128

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

TupleHashXof256 over a fixed-size set of inputs.