`algorithms/gcd/mod`: Make these algorithms work on limb slices.
- Langage dominant
- Rust
- Étoiles
- 225
- Forks
- 70
- Merge moyen
- 16 h 54 min
- PR mergées (30 j)
- 8
Description
*On 2024-12-16 @prestwich wrote in [`e657576`](https://github.com/recmo/uint/commit/e657576f9afd54c8b81ea71f9aab573d2ee08549) “Merge pull request #402 from recmo/recmo/montgomery”:*
Make these algorithms work on limb slices.
```rust
#![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;
use crate::Uint;
use core::mem::swap;
```
*From [`src/algorithms/gcd/mod.rs:5`](https://github.com/recmo/uint/blob/e657576f9afd54c8b81ea71f9aab573d2ee08549/src/algorithms/gcd/mod.rs#L5)*
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.