Closed jotabulacios closed 2 months ago
Attention: Patch coverage is 75.61837%
with 69 lines
in your changes missing coverage. Please review.
Project coverage is 73.36%. Comparing base (
d663fdf
) to head (899c1e1
).
Files with missing lines | Patch % | Lines |
---|---|---|
math/src/elliptic_curve/short_weierstrass/point.rs | 75.00% | 58 Missing :warning: |
math/src/elliptic_curve/point.rs | 78.43% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add Jacobian coordinates
Description
This PR adds Jacobian coordinates for Short Weierstrass elliptic curves.
Type of change