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: gate ecdsa::{Signer, Verifier} impls on sha256 feature #192

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

tarcieri
Copy link
Member

They don't work otherwise.

This isn't a SemVer breaking change, because they still didn't work without the feature enabled. This change provides a slightly better error message.

@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   58.53%   58.53%           
=======================================
  Files          25       25           
  Lines        3765     3765           
=======================================
  Hits         2204     2204           
  Misses       1561     1561           
Impacted Files Coverage Δ
k256/src/ecdsa/sign.rs 31.48% <ø> (ø)
k256/src/ecdsa/verify.rs 51.42% <ø> (ø)

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 2dc42c4...ff4ff95. Read the comment docs.

@tarcieri tarcieri force-pushed the k256/gate-signer-verifier-impls-on-sha256 branch from 4782ade to f3caab3 Compare September 18, 2020 17:26
They don't work otherwise.

This isn't a SemVer breaking change, because they still didn't work
without the feature enabled. This change provides a slightly better
error message.
@tarcieri tarcieri force-pushed the k256/gate-signer-verifier-impls-on-sha256 branch from f3caab3 to ff4ff95 Compare September 18, 2020 17:39
@tarcieri tarcieri merged commit b919390 into master Sep 18, 2020
@tarcieri tarcieri deleted the k256/gate-signer-verifier-impls-on-sha256 branch September 18, 2020 18:37
@tarcieri tarcieri mentioned this pull request Sep 21, 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