mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-10 16:01:32 +01:00
Initial commit
This commit is contained in:
8
ed_on_mnt4_298/src/fields/mod.rs
Normal file
8
ed_on_mnt4_298/src/fields/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod fq;
|
||||
pub mod fr;
|
||||
|
||||
pub use fq::*;
|
||||
pub use fr::*;
|
||||
|
||||
#[cfg(all(feature = "ed_on_mnt4_298", test))]
|
||||
mod tests;
|
||||
Reference in New Issue
Block a user