add an example to print the Fq and Fr of all the Arkworks' curves
Compare changes
- STEVAN Antoine authored
to generate the list of all curves to put in the macro ```nushell open Cargo.toml | get dev-dependencies | transpose k v | where k =~ "ark-" and k !~ "ark-poly" | get k | str replace --all '-' '_' | str join ",\n" ```
examples/curves.rs
0 → 100644
+ 46
− 0