We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5339f7c commit ccd64e5Copy full SHA for ccd64e5
ff/src/fields/models/fp/montgomery_backend.rs
@@ -8,7 +8,7 @@ use crate::{
8
};
9
use ark_ff_macros::unroll_for_loops;
10
11
-pub const PRECOMP_TABLE_SIZE: usize = 65536;
+pub const PRECOMP_TABLE_SIZE: usize = 1 << 14;
12
13
/// A trait that specifies the constants and arithmetic procedures
14
/// for Montgomery arithmetic over the prime field defined by `MODULUS`.
0 commit comments