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 would allow use to simplify our Fp<P: FpConfig<N>, N> to just Fp<P: FpConfig> (as FpConfig would itself have N as an associated type. The same simplification would occur for our MontConfig and MontBackend.
The text was updated successfully, but these errors were encountered:
Rust Tracking issue: rust-lang/rust#60551
This would allow use to simplify our
Fp<P: FpConfig<N>, N>
to justFp<P: FpConfig>
(asFpConfig
would itself haveN
as an associated type. The same simplification would occur for ourMontConfig
andMontBackend
.The text was updated successfully, but these errors were encountered: