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
Now that #946, #950, and #951 have landed it seems prudent to add a real
`arithmetic` feature.
This adds a feature similar to the other crates in this repo which
exposes the following types which provide a curve arithmetic
implementation:
- `AffinePoint`
- `ProjectivePoint`
- `Scalar`
The `wip-arithmetic-do-not-use` feature is now removed as well. While
technically SemVer breaking, it wasn't supposed to be used in the first
place!
Closes#947
0 commit comments