pub fn kimchi_dummy<Err: Debug, Fp: Field + FromStr<Err = Err>>() -> ArithmeticSpongeParams<Fp, FULL_ROUNDS>Expand description
Placeholder dummy value for the kimchi configuration, suitable for fields of bitlength 254 and above.
These parameters are duplicated from the Vesta parameters, generated with
./pasta/params.sage --rounds 55 rust 3 kimchiยงPanics
Panics if any constant string cannot be parsed as a field element.