Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support/ark_ff_04: Implement the BigInteger trait. #267

Open
github-actions bot opened this issue Jul 24, 2023 · 0 comments
Open

support/ark_ff_04: Implement the BigInteger trait. #267

github-actions bot opened this issue Jul 24, 2023 · 0 comments
Assignees
Labels
feature tracker Issue tracked by bot

Comments

@github-actions
Copy link

On 2023-07-24 @prestwich wrote in fdf65e6 “Merge pull request #266 from alloy-rs/dani/ark”:

Implement the BigInteger trait.

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

// FEATURE: Implement the `BigInteger` trait.

// BigInt

impl<const BITS: usize, const LIMBS: usize> From<BigInt<LIMBS>> for Uint<BITS, LIMBS> {
    fn from(value: BigInt<LIMBS>) -> Self {

From src/support/ark_ff_04.rs:12

@github-actions github-actions bot added feature tracker Issue tracked by bot labels Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature tracker Issue tracked by bot
Projects
None yet
Development

No branches or pull requests

1 participant