cryptography-cafe / curve25519-elisabeth

Pure Java implementation of group operations on ristretto255 and Curve25519
Other
26 stars 9 forks source link

Edwards point #7

Closed str4d closed 5 years ago

str4d commented 5 years ago

A few parts of this were extracted from ed25519-java, but most of it was rewritten, following the style of curve25519-dalek.

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 2.15%. The diff coverage is 86.57%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #7      +/-   ##
============================================
+ Coverage     94.18%   96.34%   +2.15%     
- Complexity       44      138      +94     
============================================
  Files             3       11       +8     
  Lines          1084     1367     +283     
  Branches         27       66      +39     
============================================
+ Hits           1021     1317     +296     
+ Misses           59       34      -25     
- Partials          4       16      +12
Impacted Files Coverage Δ Complexity Δ
...ava/cafe/cryptography/curve25519/FieldElement.java 97.88% <0%> (+7.26%) 39 <0> (+14) :arrow_up:
...cryptography/curve25519/EdwardsBasepointTable.java 100% <100%> (ø) 5 <5> (?)
...a/cafe/cryptography/curve25519/CompletedPoint.java 100% <100%> (ø) 3 <3> (?)
.../cafe/cryptography/curve25519/ProjectivePoint.java 100% <100%> (ø) 3 <3> (?)
...fe/cryptography/curve25519/CompressedEdwardsY.java 73.33% <73.33%> (ø) 7 <7> (?)
...n/java/cafe/cryptography/curve25519/Constants.java 83.33% <83.33%> (ø) 1 <1> (?)
...ava/cafe/cryptography/curve25519/EdwardsPoint.java 87.85% <87.85%> (ø) 35 <35> (?)
...cafe/cryptography/curve25519/AffineNielsPoint.java 89.47% <89.47%> (ø) 8 <8> (?)
.../cryptography/curve25519/ProjectiveNielsPoint.java 89.74% <89.74%> (ø) 8 <8> (?)
...main/java/cafe/cryptography/curve25519/Scalar.java 98.75% <94.44%> (-0.17%) 22 <10> (+10)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a04dcf...a499a78. Read the comment docs.