pub fn tuple_hash128<I, N>(s: &[u8], x: I) -> GenericArray<u8, N>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.
pub fn tuple_hash128<I, N>(s: &[u8], x: I) -> GenericArray<u8, N>rust-crypto only.TupleHash128 over a fixed-size set of inputs.
For the XOF variant, see tuple_hash_xof128.