You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
BigUint
currently defaults to 5u56
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 NoirThe text was updated successfully, but these errors were encountered: