cryptography-cafe / curve25519-elisabeth

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

ristretto255 #10

Closed str4d closed 5 years ago

str4d commented 5 years ago

Implements the ristretto255 Internet-Draft.

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will decrease coverage by 0.22%. The diff coverage is 95.27%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #10      +/-   ##
============================================
- Coverage     96.34%   96.11%   -0.23%     
- Complexity      138      287     +149     
============================================
  Files            11       15       +4     
  Lines          1367     2265     +898     
  Branches         66      136      +70     
============================================
+ Hits           1317     2177     +860     
- Misses           34       57      +23     
- Partials         16       31      +15
Impacted Files Coverage Δ Complexity Δ
...n/java/cafe/cryptography/curve25519/Constants.java 92.59% <100%> (+9.25%) 2 <0> (+1) :arrow_up:
...ava/cafe/cryptography/curve25519/FieldElement.java 98.8% <100%> (+0.92%) 63 <2> (+24) :arrow_up:
...fe/cryptography/curve25519/CompressedEdwardsY.java 66.66% <88.88%> (-6.67%) 10 <1> (+3)
...e/cryptography/curve25519/CompressedRistretto.java 93.54% <93.54%> (ø) 12 <12> (?)
...cafe/cryptography/curve25519/RistrettoElement.java 93.75% <93.75%> (ø) 13 <13> (?)
...ava/cafe/cryptography/curve25519/EdwardsPoint.java 87.17% <0%> (-0.68%) 66% <0%> (+31%)
...in/java/cafe/cryptography/subtle/ConstantTime.java 92.3% <0%> (-0.55%) 11% <0%> (+4%)
...cryptography/curve25519/EdwardsBasepointTable.java 100% <0%> (ø) 8% <0%> (+3%) :arrow_up:
...a/cafe/cryptography/curve25519/CompletedPoint.java 100% <0%> (ø) 6% <0%> (+3%) :arrow_up:
... and 10 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 249325f...2a390e0. Read the comment docs.