-
- Downloads
add an example to print the Fq and Fr of all the Arkworks' curves (!67)
parent
a130ef98
No related branches found
No related tags found
... | ... | @@ -20,7 +20,33 @@ 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" | ||
ark-bw6-761 = "0.4.0" | ||
ark-cp6-782 = "0.4.0" | ||
ark-curve25519 = "0.4.0" | ||
ark-ed-on-bls12-377 = "0.4.0" | ||
ark-ed-on-bls12-381 = "0.4.0" | ||
ark-ed-on-bls12-381-bandersnatch = "0.4.0" | ||
ark-ed-on-bn254 = "0.4.0" | ||
ark-ed-on-bw6-761 = "0.4.0" | ||
ark-ed-on-cp6-782 = "0.4.0" | ||
ark-ed-on-mnt4-298 = "0.4.0" | ||
ark-ed-on-mnt4-753 = "0.4.0" | ||
ark-ed25519 = "0.4.0" | ||
ark-mnt4-298 = "0.4.0" | ||
ark-mnt4-753 = "0.4.0" | ||
ark-mnt6-298 = "0.4.0" | ||
ark-mnt6-753 = "0.4.0" | ||
ark-pallas = "0.4.0" | ||
ark-poly-commit = "0.4.0" | ||
ark-secp256k1 = "0.4.0" | ||
ark-secp256r1 = "0.4.0" | ||
ark-secp384r1 = "0.4.0" | ||
ark-secq256k1 = "0.4.0" | ||
ark-vesta = "0.4.0" | ||
criterion = "0.3" | ||
[[bench]] | ||
... | ... |
examples/curves.rs
0 → 100644
Please register or sign in to comment