mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Adds Plonky3's implementation of the Mersenne-31 field. To test: ``` cargo run pil test_data/pil/fibonacci.pil -o output -f --field m31 ``` The implementation is basically the same wrapper as for BabyBear, so I moved the code to a macro and used it for both fields.