You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.