cryptography-cafe / curve25519-elisabeth

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

Code cleanup #20

Closed str4d closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by <.01%. The diff coverage is 99.16%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #20      +/-   ##
============================================
+ Coverage     96.25%   96.25%   +<.01%     
- Complexity      195      196       +1     
============================================
  Files            16       17       +1     
  Lines          1655     1657       +2     
  Branches         77       77              
============================================
+ Hits           1593     1595       +2     
  Misses           42       42              
  Partials         20       20
Impacted Files Coverage Δ Complexity Δ
...fe/cryptography/curve25519/CompressedEdwardsY.java 63.63% <0%> (ø) 5 <0> (ø) :arrow_down:
...ptography/curve25519/InvalidEncodingException.java 100% <100%> (ø) 1 <1> (?)
...n/java/cafe/cryptography/curve25519/Constants.java 94.73% <100%> (ø) 1 <1> (ø) :arrow_down:
...e/cryptography/curve25519/CompressedRistretto.java 93.54% <100%> (ø) 12 <0> (ø) :arrow_down:
...main/java/cafe/cryptography/curve25519/Scalar.java 98.59% <100%> (ø) 35 <0> (ø) :arrow_down:

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 f4226c6...639b494. Read the comment docs.