zcash / pasta_curves

Rust implementation for zcash/pasta
Other
81 stars 49 forks source link

Support no-std builds #4

Closed str4d closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #4 (2b35011) into main (adf66ae) will decrease coverage by 0.96%. The diff coverage is 17.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   66.50%   65.53%   -0.97%     
==========================================
  Files          10       10              
  Lines        1421     1445      +24     
==========================================
+ Hits          945      947       +2     
- Misses        476      498      +22     
Impacted Files Coverage Δ
src/arithmetic/curves.rs 0.00% <ø> (ø)
src/arithmetic/fields.rs 80.95% <ø> (ø)
src/curves.rs 37.95% <0.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/pallas.rs 100.00% <ø> (ø)
src/vesta.rs 100.00% <ø> (ø)
src/fields/fp.rs 73.24% <18.36%> (-2.09%) :arrow_down:
src/fields/fq.rs 72.72% <18.36%> (-2.08%) :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 adf66ae...2b35011. Read the comment docs.