`algorithms/gcd/mod`: Make these algorithms work on limb slices.
未關閉
to do
tracker
- 主要語言
- Rust
- 星號
- 225
- 分支
- 70
- 平均合併
- 16 小時 54 分鐘
- 30 天內合併 PR
- 8
描述
*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)*
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。