Skip to content

Commit

Permalink
Add 32-bit optimization TODO for Bernstein-Yang algorithm (#381)
Browse files Browse the repository at this point in the history
See #380
  • Loading branch information
tarcieri authored Dec 3, 2023
1 parent 1c57cd1 commit f53faa0
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 f53faa0

Please sign in to comment.