`support/ark_ff_06`: Implement the `BigInteger` trait.
Open
feature
tracker
- Dominant language
- Rust
- Stars
- 225
- Forks
- 70
- Avg merge
- 16h 54m
- Merged PRs (30d)
- 8
Description
*On 2026-05-08 @prestwich wrote in [`e17160d`](https://github.com/alloy-rs/ruint/commit/e17160d79521e658c6b7cc8576008e68117bf151) “Merge pull request #584 from Robert-MacWha/main”:*
Implement the `BigInteger` trait.
```rust
PrimeField,
biginteger::BigInt,
fields::models::{Fp, FpConfig},
};
// FEATURE: Implement the `BigInteger` trait.
// BigInt
impl From> for Uint {
fn from(value: BigInt) -> Self {
```
*From [`src/support/ark_ff_06.rs:12`](https://github.com/alloy-rs/ruint/blob/e17160d79521e658c6b7cc8576008e68117bf151/src/support/ark_ff_06.rs#L12)*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.