Unify BigInteger*
and Fp*
types once min_const_generics
is stable
#46
Labels
BigInteger*
and Fp*
types once min_const_generics
is stable
#46
min_const_generics
will be stable soon: rust-lang/rust#79135This is an opportunity to unify all the
BigInteger
structs, and also all theFp
structs (which can maybe becomeFp<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.The text was updated successfully, but these errors were encountered: