Skip to content
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

Unify BigInteger* and Fp* types once min_const_generics is stable #46

Closed
Pratyush opened this issue Nov 18, 2020 · 0 comments
Closed

Unify BigInteger* and Fp* types once min_const_generics is stable #46

Pratyush opened this issue Nov 18, 2020 · 0 comments
Labels
T-feature Type: new features T-refactor Type: cleanup/refactor

Comments

@Pratyush
Copy link
Member

min_const_generics will be stable soon: rust-lang/rust#79135

This is an opportunity to unify all the BigInteger structs, and also all the Fp structs (which can maybe become Fp<B: BigInteger>?). This should help with compile times, and with duplication of code, and should allow us to remove many macros, thus potentially resolving #3.

@Pratyush Pratyush added the T-feature Type: new features label Nov 18, 2020
@Pratyush Pratyush added the T-refactor Type: cleanup/refactor label Sep 9, 2021
@Pratyush Pratyush closed this as completed Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feature Type: new features T-refactor Type: cleanup/refactor
Projects
None yet
Development

No branches or pull requests

1 participant