fn poseidon<SC: SpongeConstants>(
input: &[Fp],
params: &'static ArithmeticSpongeParams<Fp>,
) -> FpExpand description
Computes the poseidon hash of several field elements. Uses the ‘basic’ configuration with N states and M rounds.
fn poseidon<SC: SpongeConstants>(
input: &[Fp],
params: &'static ArithmeticSpongeParams<Fp>,
) -> FpComputes the poseidon hash of several field elements. Uses the ‘basic’ configuration with N states and M rounds.