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

ecdsa::curve::secp256k1::RecoverableSignature #90

Merged
merged 1 commit into from Jun 29, 2020

Conversation

tarcieri
Copy link
Member

Adds a signature type for Ethereum-style recoverable signatures.

@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2020

Codecov Report

Merging #90 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #90   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           4       5    +1     
  Lines         171     195   +24     
======================================
- Misses        171     195   +24     
Impacted Files Coverage Δ
ecdsa/src/asn1_signature.rs 0.00% <0.00%> (ø)
ecdsa/src/curve/secp256k1/recoverable_signature.rs 0.00% <0.00%> (ø)
ecdsa/src/fixed_signature.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 2110ec6...aaaaf04. Read the comment docs.

@tarcieri tarcieri force-pushed the secp256k1-recoverable-signatures branch from cf1a5d8 to 5e71c77 Compare June 28, 2020 23:55
@tarcieri tarcieri changed the title [WIP] ecdsa::curve::secp256k1::RecoverableSignature ecdsa::curve::secp256k1::RecoverableSignature Jun 28, 2020
@tarcieri tarcieri marked this pull request as ready for review June 28, 2020 23:55
Adds a signature type for Ethereum-style recoverable signatures.
@tarcieri tarcieri force-pushed the secp256k1-recoverable-signatures branch from 5e71c77 to aaaaf04 Compare June 29, 2020 18:28
@tarcieri tarcieri merged commit 569fbd8 into master Jun 29, 2020
@tarcieri tarcieri deleted the secp256k1-recoverable-signatures branch June 29, 2020 18:35
@tarcieri tarcieri mentioned this pull request Jun 29, 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