Skip to content

ecdsa: low-S normalization support#115

Merged
tarcieri merged 1 commit into
masterfrom
ecdsa/normalization
Aug 5, 2020
Merged

ecdsa: low-S normalization support#115
tarcieri merged 1 commit into
masterfrom
ecdsa/normalization

Conversation

@tarcieri

@tarcieri tarcieri commented Aug 5, 2020

Copy link
Copy Markdown
Member

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
Copy Markdown

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