Skip to content

k256/p256: implement RFC6979 support#146

Merged
tarcieri merged 1 commit into
masterfrom
rfc6979
Sep 1, 2020
Merged

k256/p256: implement RFC6979 support#146
tarcieri merged 1 commit into
masterfrom
rfc6979

Conversation

@tarcieri

@tarcieri tarcieri commented Sep 1, 2020

Copy link
Copy Markdown
Member

Adds support for RFC6979 deterministic ECDSA ephemeral scalars (k) using the generic implementation added to the ecdsa crate in RustCrypto/signatures#133.

@codecov-commenter

codecov-commenter commented Sep 1, 2020

Copy link
Copy Markdown

Codecov Report

Merging #146 into master will increase coverage by 0.07%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
+ Coverage   50.81%   50.89%   +0.07%     
==========================================
  Files          21       21              
  Lines        3487     3482       -5     
==========================================
  Hits         1772     1772              
+ Misses       1715     1710       -5     
Impacted Files Coverage Δ
k256/src/arithmetic/scalar.rs 73.68% <0.00%> (ø)
k256/src/ecdsa/recoverable.rs 0.00% <ø> (ø)
k256/src/ecdsa/signer.rs 0.00% <0.00%> (ø)
k256/src/ecdsa/verifier.rs 0.00% <0.00%> (ø)
p256/src/arithmetic/scalar.rs 63.57% <0.00%> (-0.22%) ⬇️
p256/src/ecdsa.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 492996e...cf06a7f. Read the comment docs.

Adds support for RFC6979 deterministic ECDSA ephemeral scalars (`k`)
using the generic implementation added to the `ecdsa` crate in
RustCrypto/signatures#133.
@tarcieri tarcieri merged commit e4d229a into master Sep 1, 2020
@tarcieri tarcieri deleted the rfc6979 branch September 1, 2020 14:59
This was referenced Sep 17, 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