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
These were helper traits that we created to provide additional methods needed for halo2_proofs that the group crate traits didn't have, while we figured out what those needed additional methods were. Now that we've cut halo2_proofs 0.1.0, we need to finish the job:
Figure out how to better abstract these additional methods.
Add these abstractions to group.
Delete the CurveExt and CurveAffine traits.
The text was updated successfully, but these errors were encountered:
These were helper traits that we created to provide additional methods needed for
halo2_proofs
that thegroup
crate traits didn't have, while we figured out what those needed additional methods were. Now that we've cuthalo2_proofs 0.1.0
, we need to finish the job:group
.CurveExt
andCurveAffine
traits.The text was updated successfully, but these errors were encountered: