alloy-rs / alloy-rs/ruint

`support/ark_ff_05`: Implement the `BigInteger` trait.

未关闭
#529 0 条评论 0 个 reaction 已指派 1 人 已被 @prestwich 认领 在 GitHub 查看
feature tracker
主要语言
Rust
星标
225
派生
70
平均合并
16 小时 54 分钟
30 天内合并 PR
8

描述

*On 2025-09-15 @prestwich wrote in [`713e3dc`](https://github.com/recmo/uint/commit/713e3dc4c2586ae3e5ebd37fb3d40e87ef6d4fe1) “Merge pull request #526 from TaceoLabs/feat/ark-ff-05”:*

Implement the `BigInteger` trait.

```rust
biginteger::BigInt,
fields::models::{Fp, FpConfig},
PrimeField,
};

// FEATURE: Implement the `BigInteger` trait.

// BigInt

impl From> for Uint {
fn from(value: BigInt) -> Self {

```
*From [`src/support/ark_ff_05.rs:12`](https://github.com/recmo/uint/blob/713e3dc4c2586ae3e5ebd37fb3d40e87ef6d4fe1/src/support/ark_ff_05.rs#L12)*

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。