Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k256/p256: wire up ecdsa::Signer #101

Merged
merged 1 commit into from
Jul 30, 2020
Merged

k256/p256: wire up ecdsa::Signer #101

merged 1 commit into from
Jul 30, 2020

Conversation

tarcieri
Copy link
Member

Adds a type alias for ecdsa::signer::Signer, which provides a high-level ECDSA signing interface.

Adds a type alias for `ecdsa::signer::Signer`, which provides a
high-level ECDSA signing interface.
@codecov-commenter
Copy link

Codecov Report

Merging #101 into master will increase coverage by 0.06%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   52.66%   52.72%   +0.06%     
==========================================
  Files          19       19              
  Lines        3437     3433       -4     
==========================================
  Hits         1810     1810              
+ Misses       1627     1623       -4     
Impacted Files Coverage Δ
k256/src/arithmetic/scalar.rs 73.48% <ø> (+0.67%) ⬆️
k256/src/arithmetic/scalar/scalar_8x32.rs 0.00% <ø> (ø)
k256/src/ecdsa.rs 0.00% <0.00%> (ø)
k256/src/ecdsa/recoverable.rs 0.00% <ø> (ø)
p256/src/arithmetic/scalar.rs 63.39% <ø> (+0.41%) ⬆️
p256/src/arithmetic/scalar/blinding.rs 0.00% <0.00%> (ø)
p256/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 c6fae25...45d35a6. Read the comment docs.

@tarcieri tarcieri merged commit b4b9519 into master Jul 30, 2020
@tarcieri tarcieri deleted the ecdsa-signer branch July 30, 2020 22:49
@tarcieri tarcieri mentioned this pull request Aug 2, 2020
This was referenced Aug 11, 2020
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