shuklaayush / noir-bigint

BigInt library for Aztec's noir language
MIT License
30 stars 11 forks source link

Make `BigUint` struct take generic arguments #3

Open shuklaayush opened 1 year ago

shuklaayush commented 1 year ago

BigUint currently defaults to 5 u56 limbs. Explore if there are ways to make it generic in <BITS_PER_LIMB, NUM_LIMBS> or <T, NUM_LIMBS> within the limitations of what is currently supported by Noir

shuklaayush commented 8 months ago

A clean implementation probably depends on https://github.com/noir-lang/noir/issues/1837