mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-27 14:13:46 +01:00
More NIST curves (#142)
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
This commit is contained in:
7
secp384r1/src/constraints/mod.rs
Normal file
7
secp384r1/src/constraints/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
//! This module implements the R1CS equivalent of `ark_secp384r1`.
|
||||
|
||||
mod curves;
|
||||
mod fields;
|
||||
|
||||
pub use curves::*;
|
||||
pub use fields::*;
|
||||
Reference in New Issue
Block a user