kriskwiatkowski / nobs

Implementation of cryptographic primitives in Go
Other
12 stars 2 forks source link

x448: Export shared secret size #3

Closed kriskwiatkowski closed 6 years ago

kriskwiatkowski commented 6 years ago

Changes x448Bytes variable to SharedSecretSize

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          20       20           
  Lines        2041     2041           
=======================================
  Hits         1872     1872           
  Misses        128      128           
  Partials       41       41
Impacted Files Coverage Δ
ec/x448/x448_ref.go 98.76% <100%> (ø) :arrow_up:
ec/x448/x448.go 100% <100%> (ø) :arrow_up:

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 fc93226...807a68f. Read the comment docs.