Skip to content

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

@Pratyush

Description

@Pratyush

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-featureType: new featuresT-refactorType: cleanup/refactor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions