pub fn poseidon_hash_many<'a, I: IntoIterator<Item = &'a Felt>>(msgs: I) -> Felt
Expand description
Computes the Starknet Poseidon hash of an arbitrary number of Felt
s.
Using this function is the same as using PoseidonHasher
.
pub fn poseidon_hash_many<'a, I: IntoIterator<Item = &'a Felt>>(msgs: I) -> Felt
Computes the Starknet Poseidon hash of an arbitrary number of Felt
s.
Using this function is the same as using PoseidonHasher
.