Skip to content

Commit

Permalink
safegcd: add TODO to implement safegcd-bounds
Browse files Browse the repository at this point in the history
See also: #634
  • Loading branch information
tarcieri committed Aug 16, 2024
1 parent 78f70ae commit ae30093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modular/safegcd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//! Copyright (c) 2023 Privacy Scaling Explorations Team
// TODO(tarcieri): optimized implementation for 32-bit platforms (#380)
// TODO(tarcieri): optimize using safegcd-bounds (#634)

#![allow(clippy::needless_range_loop)]

Expand Down

0 comments on commit ae30093

Please sign in to comment.