Skip to content

Commit

Permalink
Add 32-bit optimization TODO for Bernstein-Yang algorithm
Browse files Browse the repository at this point in the history
See #380
  • Loading branch information
tarcieri committed Dec 3, 2023
1 parent 7f93018 commit a51dc74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modular/bernstein_yang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//!
//! Copyright (c) 2023 Privacy Scaling Explorations Team
// TODO(tarcieri): optimized implementation for 32-bit platforms (#380)

#![allow(clippy::needless_range_loop)]

use crate::Word;
Expand Down

0 comments on commit a51dc74

Please sign in to comment.