zcash / pasta_curves

Rust implementation for zcash/pasta
Other
80 stars 49 forks source link

Migrate to `group::CurveAffine` #75

Open str4d opened 1 year ago

str4d commented 1 year ago

Depends on https://github.com/zkcrypto/group/pull/48.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 33.33% and project coverage change: +0.45% :tada:

Comparison is base (a586b8c) 72.09% compared to head (fb643a4) 72.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #75 +/- ## ========================================== + Coverage 72.09% 72.54% +0.45% ========================================== Files 10 10 Lines 1272 1264 -8 ========================================== Hits 917 917 + Misses 355 347 -8 ``` | [Files Changed](https://app.codecov.io/gh/zcash/pasta_curves/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash) | Coverage Δ | | |---|---|---| | [benches/point.rs](https://app.codecov.io/gh/zcash/pasta_curves/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-YmVuY2hlcy9wb2ludC5ycw==) | `0.00% <0.00%> (ø)` | | | [src/arithmetic/curves.rs](https://app.codecov.io/gh/zcash/pasta_curves/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-c3JjL2FyaXRobWV0aWMvY3VydmVzLnJz) | `0.00% <ø> (ø)` | | | [src/serde\_impl.rs](https://app.codecov.io/gh/zcash/pasta_curves/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-c3JjL3NlcmRlX2ltcGwucnM=) | `83.33% <ø> (ø)` | | | [src/curves.rs](https://app.codecov.io/gh/zcash/pasta_curves/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-c3JjL2N1cnZlcy5ycw==) | `56.45% <50.00%> (+1.06%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.