Skip to content

k256: impl ecdsa::hazmat::{SignPrimitive, VerifyPrimitive}#79

Merged
tarcieri merged 1 commit into
masterfrom
k256/ecdsa-sign-primitive
Jul 20, 2020
Merged

k256: impl ecdsa::hazmat::{SignPrimitive, VerifyPrimitive}#79
tarcieri merged 1 commit into
masterfrom
k256/ecdsa-sign-primitive

Conversation

@tarcieri

@tarcieri tarcieri commented Jul 17, 2020

Copy link
Copy Markdown
Member

Implements the low-level ECDSA signing and verification interfaces.

@tarcieri tarcieri force-pushed the k256/ecdsa-sign-primitive branch from 2436fe4 to c305f7c Compare July 17, 2020 03:27
@codecov-commenter

codecov-commenter commented Jul 17, 2020

Copy link
Copy Markdown

Codecov Report

Merging #79 into master will decrease coverage by 0.45%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   54.85%   54.40%   -0.46%     
==========================================
  Files          15       16       +1     
  Lines        2953     2998      +45     
==========================================
+ Hits         1620     1631      +11     
- Misses       1333     1367      +34     
Impacted Files Coverage Δ
k256/src/arithmetic/scalar.rs 81.81% <0.00%> (+0.19%) ⬆️
k256/src/arithmetic/scalar/scalar_4x64.rs 90.55% <ø> (ø)
k256/src/arithmetic/scalar/scalar_8x32.rs 0.00% <ø> (ø)
k256/src/ecdsa.rs 0.00% <0.00%> (ø)

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 9441a97...8deb374. Read the comment docs.

@tarcieri tarcieri force-pushed the k256/ecdsa-sign-primitive branch 5 times, most recently from c68a276 to 4e24aac Compare July 17, 2020 18:50
@tarcieri tarcieri changed the title [WIP] k256: impl ecdsa::hazmat::SignPrimitive [WIP] k256: impl ecdsa::hazmat::{SignPrimitive, VerifyPrimitive} Jul 17, 2020
@tarcieri tarcieri force-pushed the k256/ecdsa-sign-primitive branch 5 times, most recently from 3943dfc to 701043c Compare July 19, 2020 17:22
@tarcieri tarcieri changed the title [WIP] k256: impl ecdsa::hazmat::{SignPrimitive, VerifyPrimitive} k256: impl ecdsa::hazmat::{SignPrimitive, VerifyPrimitive} Jul 19, 2020
Implements the low-level ECDSA signing and verification interfaces
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