Skip to content
Snippets Groups Projects
Verified Commit a4e6ffbc authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

measure VESTA

parent 6d512fa6
No related branches found
No related tags found
No related merge requests found
......@@ -77,4 +77,5 @@ fn main() {
measure!(ark_bn254, degrees, G1 = G1Projective, name = "BN-254");
measure!(ark_secp256k1, degrees, G1 = Projective, name = "SECP256-K1");
measure!(ark_secp256r1, degrees, G1 = Projective, name = "SECP256-R1");
measure!(ark_vesta, degrees, G1 = Projective, name = "VESTA");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment