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: low-S normalization support #115

Merged
merged 1 commit into from
Aug 5, 2020
Merged

ecdsa: low-S normalization support #115

merged 1 commit into from
Aug 5, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 5, 2020

Provides generalized support for low S normalization, bounded on a newly introduced NormalizeLow trait and a Signature::normalize_s method which handles updating a signature value.

Provides generalized support for low S normalization, bounded on a newly
introdced `NormalizeLow` trait and a `Signature::normalize_s` method
which handles updating a signature value.
@codecov-commenter
Copy link

Codecov Report

Merging #115 into master will decrease coverage by 1.88%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   45.97%   44.09%   -1.89%     
==========================================
  Files           6        6              
  Lines         211      220       +9     
==========================================
  Hits           97       97              
- Misses        114      123       +9     
Impacted Files Coverage Δ
ecdsa/src/lib.rs 48.83% <0.00%> (-12.93%) ⬇️

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 a7dde25...13a3484. Read the comment docs.

@tarcieri tarcieri merged commit f966538 into master Aug 5, 2020
@tarcieri tarcieri deleted the ecdsa/normalization branch August 5, 2020 02:33
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