Skip to content

k256/p256: use shared util functions#149

Merged
tarcieri merged 1 commit into
masterfrom
shared-util-functions
Sep 2, 2020
Merged

k256/p256: use shared util functions#149
tarcieri merged 1 commit into
masterfrom
shared-util-functions

Conversation

@tarcieri

@tarcieri tarcieri commented Sep 2, 2020

Copy link
Copy Markdown
Member

Migrated to the elliptic-curve crate in RustCrypto/traits#281

Migrated to the `elliptic-curve` crate in RustCrypto/traits#281
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #149 into master will increase coverage by 0.06%.
The diff coverage is 97.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   50.89%   50.95%   +0.06%     
==========================================
  Files          21       20       -1     
  Lines        3482     3458      -24     
==========================================
- Hits         1772     1762      -10     
+ Misses       1710     1696      -14     
Impacted Files Coverage Δ
k256/src/arithmetic.rs 81.27% <ø> (ø)
k256/src/arithmetic/field.rs 91.21% <ø> (ø)
k256/src/arithmetic/field/field_montgomery.rs 0.00% <0.00%> (ø)
k256/src/arithmetic/scalar.rs 73.68% <ø> (ø)
k256/src/arithmetic/scalar/scalar_4x64.rs 76.19% <ø> (ø)
k256/src/arithmetic/scalar/scalar_8x32.rs 0.00% <ø> (ø)
p256/src/arithmetic.rs 81.75% <ø> (ø)
k256/src/arithmetic/dev.rs 100.00% <100.00%> (ø)
p256/src/arithmetic/field.rs 77.20% <100.00%> (ø)
p256/src/arithmetic/scalar.rs 63.57% <100.00%> (ø)
... and 1 more

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 833d35c...f103992. Read the comment docs.

@tarcieri tarcieri merged commit b10c96b into master Sep 2, 2020
@tarcieri tarcieri deleted the shared-util-functions branch September 2, 2020 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants