Function tuple_hash128

Source
pub fn tuple_hash128<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

TupleHash128 over a fixed-size set of inputs.

For the XOF variant, see tuple_hash_xof128.