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::Verifier #104

Merged
merged 1 commit into from
Aug 1, 2020
Merged

k256/p256: wire up ecdsa::Verifier #104

merged 1 commit into from
Aug 1, 2020

Conversation

tarcieri
Copy link
Member

Adds a type alias for ecdsa::verifier::Verifier (introduced in RustCrypto/signatures#110) which provides a high-level ECDSA signing interface.

Adds a type alias for `ecdsa::verifier::Verifier` (introduced in
RustCrypto/signatures#110) which provides a high-level ECDSA signing
interface.
@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2020

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   52.73%   52.73%           
=======================================
  Files          19       19           
  Lines        3442     3442           
=======================================
  Hits         1815     1815           
  Misses       1627     1627           
Impacted Files Coverage Δ
k256/src/ecdsa.rs 0.00% <ø> (ø)
p256/src/ecdsa.rs 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 88badf5...97d2e40. Read the comment docs.

@tarcieri tarcieri merged commit f03fa7c into master Aug 1, 2020
@tarcieri tarcieri deleted the ecdsa/verifier branch August 1, 2020 02:28
@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.

None yet

2 participants