cryptography-cafe / curve25519-elisabeth

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

Javadoc build script updates for Java 9+ #12

Closed str4d closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #12   +/-   ##
=========================================
  Coverage     96.34%   96.34%           
  Complexity      138      138           
=========================================
  Files            11       11           
  Lines          1367     1367           
  Branches         66       66           
=========================================
  Hits           1317     1317           
  Misses           34       34           
  Partials         16       16
Impacted Files Coverage Δ Complexity Δ
...cafe/cryptography/curve25519/AffineNielsPoint.java 89.47% <ø> (ø) 8 <0> (ø) :arrow_down:
.../cryptography/curve25519/ProjectiveNielsPoint.java 89.74% <ø> (ø) 8 <0> (ø) :arrow_down:
...ava/cafe/cryptography/curve25519/EdwardsPoint.java 87.85% <ø> (ø) 35 <0> (ø) :arrow_down:
...main/java/cafe/cryptography/curve25519/Scalar.java 98.75% <ø> (ø) 22 <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 249325f...b3063c5. Read the comment docs.