alloy-rs / alloy-rs/ruint

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

Open
#529 0 comments 0 reactions 1 assignee Claimed by @prestwich View on GitHub
feature tracker
Dominant language
Rust
Stars
225
Forks
70
Avg merge
16h 54m
Merged PRs (30d)
8

Description

*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)*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.