Files
powdr/number
Georg Wiese 41a61b1638 Add Mersene31Field (#1781)
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.
2024-09-10 16:24:12 +00:00
..
2024-09-10 16:24:12 +00:00
2024-09-10 16:24:12 +00:00