-
Notifications
You must be signed in to change notification settings - Fork 476
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
Implement ff
and group
traits - Rebased
#562
Conversation
These are placed behind the new `ff` feature flag.
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Should we shift the trait impls into separate file/s - these files are getting big as noted by @rozbb #473 (review) Also should we refer to the PrimeField#associatedconstant.S docs someway somewhere perhaps |
Just to get it landed I'd propose keeping it close to #473 to simplify review. Refactoring can happen in follow-up PRs. |
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Thank you @tarcieri! Been extremely busy lately (proposing thesis). Also idk who did it but the 2-stage decompression trick is really slick. |
Did some quick git dark arts 🪄 to re-base #473 and resolve the merge conflicts
Couple of warnings needs to be still addressed