`algorithms/gcd/mod`: https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md
- Ngôn ngữ chính
- Rust
- Star
- 225
- Fork
- 70
- Merge trung bình
- 16 giờ 54 phút
- Pull request đã merge (30 ngày)
- 8
Mô tả
*On 2024-12-16 @prestwich wrote in [`e657576`](https://github.com/recmo/uint/commit/e657576f9afd54c8b81ea71f9aab573d2ee08549) “Merge pull request #402 from recmo/recmo/montgomery”:*
https://github.com/bitcoin-core/secp256k1/blob/master/doc/safegcd_implementation.md
```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;
```
*From [`src/algorithms/gcd/mod.rs:3`](https://github.com/recmo/uint/blob/e657576f9afd54c8b81ea71f9aab573d2ee08549/src/algorithms/gcd/mod.rs#L3)*
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.