alloy-rs / alloy-rs/ruint

`algorithms/gcd/mod`: Make these algorithms work on limb slices.

未關閉
#413 0 則留言 0 個 reaction 已指派 1 人 已被 @prestwich 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。