Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Make BigUint struct take generic arguments #3

Open
shuklaayush opened this issue Jun 29, 2023 · 1 comment
Open

Make BigUint struct take generic arguments #3

shuklaayush opened this issue Jun 29, 2023 · 1 comment

Comments

@shuklaayush
Copy link
Owner

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 pushed a commit that referenced this issue Jul 17, 2023
* Add naive mulmod

* Use 512 bit constants
@shuklaayush
Copy link
Owner Author

A clean implementation probably depends on noir-lang/noir#1837

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant