Skip to content
Snippets Groups Projects

add an example to print the Fq and Fr of all the Arkworks' curves

Merged STEVAN Antoine requested to merge print-all-curves into main
+ 1
0
@@ -20,6 +20,7 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.17"
[dev-dependencies]
# all the curve dependencies below are used by the `curves` example
ark-bls12-377 = "0.4.0"
ark-bls12-381 = "0.4.0"
ark-bn254 = "0.4.0"
Loading