We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2827db4 commit 4a89caeCopy full SHA for 4a89cae
src/field.rs
@@ -6,6 +6,8 @@ pub mod ark_ff_fp;
6
pub mod crypto_bigint_boxed_monty;
7
#[cfg(feature = "crypto_bigint")]
8
pub mod crypto_bigint_const_monty;
9
+#[cfg(feature = "crypto_bigint")]
10
+pub mod crypto_bigint_monty;
11
12
use crate::{ConstIntRing, ring::Ring};
13
use core::{
0 commit comments