Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

algorithms/gcd/mod: https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md #123

Open
github-actions bot opened this issue Jun 6, 2022 · 0 comments
Assignees
Labels
to do To be done tracker Issue tracked by bot

Comments

@github-actions
Copy link

github-actions bot commented Jun 6, 2022

On 2024-12-16 @prestwich wrote in e657576 “Merge pull request #402 from recmo/recmo/montgomery”:

https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md

#![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;

pub use self::matrix::Matrix as LehmerMatrix;

From src/algorithms/gcd/mod.rs:3

@github-actions github-actions bot added to do To be done tracker Issue tracked by bot labels Jun 6, 2022
@github-actions github-actions bot changed the title algorithms/gcd/mod: Make these algorithms work on limb slices. algorithms/gcd/mod: https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md Dec 16, 2024
@github-actions github-actions bot assigned prestwich and unassigned recmo Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do To be done tracker Issue tracked by bot
Projects
None yet
Development

No branches or pull requests

2 participants