Add constraints for relevant curves (#3)

This commit is contained in:
Pratyush Mishra
2020-10-19 12:45:23 -07:00
committed by GitHub
parent f6132a4c0e
commit 66a1fc9cf7
68 changed files with 2670 additions and 467 deletions

View File

@@ -16,3 +16,6 @@
//! * d = 79743
pub use ark_ed_on_cp6_782::*;
#[cfg(feature = "r1cs")]
pub mod constraints;