Skip to content

Commit 4a89cae

Browse files
committed
Add monty field, a field with compile-time known limb size.
1 parent 2827db4 commit 4a89cae

File tree

2 files changed

+1027
-0
lines changed

2 files changed

+1027
-0
lines changed

src/field.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pub mod ark_ff_fp;
66
pub mod crypto_bigint_boxed_monty;
77
#[cfg(feature = "crypto_bigint")]
88
pub mod crypto_bigint_const_monty;
9+
#[cfg(feature = "crypto_bigint")]
10+
pub mod crypto_bigint_monty;
911

1012
use crate::{ConstIntRing, ring::Ring};
1113
use core::{

0 commit comments

Comments
 (0)