You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2024-12-16 @prestwich wrote in e657576 “Merge pull request #402 from recmo/recmo/montgomery”:
Make these algorithms work on limb slices.
#![allow(clippy::module_name_repetitions)]// TODO: https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md// TODO: Make these algorithms work on limb slices.mod matrix;pubuseself::matrix::MatrixasLehmerMatrix;usecrate::Uint;use core::mem::swap;
On 2024-12-16 @prestwich wrote in
e657576
“Merge pull request #402 from recmo/recmo/montgomery”:Make these algorithms work on limb slices.
From
src/algorithms/gcd/mod.rs:5
The text was updated successfully, but these errors were encountered: