We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BigInteger
On 2023-07-24 @prestwich wrote in fdf65e6 “Merge pull request #266 from alloy-rs/dani/ark”:
fdf65e6
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
src/support/ark_ff_04.rs:12
The text was updated successfully, but these errors were encountered:
prestwich
No branches or pull requests
On 2023-07-24 @prestwich wrote in
fdf65e6
“Merge pull request #266 from alloy-rs/dani/ark”:Implement the
BigInteger
trait.From
src/support/ark_ff_04.rs:12
The text was updated successfully, but these errors were encountered: