cryptography-cafe / curve25519-elisabeth

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

Precomputation for EdwardsPoint and RistrettoElement #18

Closed str4d closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.04%. The diff coverage is 88.88%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #18      +/-   ##
============================================
- Coverage     96.29%   96.25%   -0.05%     
- Complexity      194      219      +25     
============================================
  Files            15       16       +1     
  Lines          1647     1761     +114     
  Branches         77       87      +10     
============================================
+ Hits           1586     1695     +109     
- Misses           41       45       +4     
- Partials         20       21       +1
Impacted Files Coverage Δ Complexity Δ
...n/java/cafe/cryptography/curve25519/Constants.java 94.73% <100%> (+1.4%) 1 <0> (ø) :arrow_down:
...ava/cafe/cryptography/curve25519/EdwardsPoint.java 87.85% <100%> (ø) 35 <0> (ø) :arrow_down:
...yptography/curve25519/RistrettoGeneratorTable.java 75% <75%> (ø) 1 <1> (?)
...main/java/cafe/cryptography/curve25519/Scalar.java 98.17% <0%> (-0.42%) 59% <0%> (+24%)

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 56a1833...1c2025c. Read the comment docs.