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

p256: add RFC6979 test vector #147

Merged
merged 1 commit into from
Sep 1, 2020
Merged

p256: add RFC6979 test vector #147

merged 1 commit into from
Sep 1, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 1, 2020

Adds a test vector to ensure RFC6979 is implemented correctly.

Ideally some form of this can be implemented in the ECDSA crate as well, but for now this is an initial test that it's working correctly.

Adds a test vector to ensure RFC6979 is implemented correctly.

Ideally some form of this can be implemented in the ECDSA crate as well,
but for now this is an initial test that it's working correctly.
@tarcieri tarcieri force-pushed the p256/rfc6979-test-vector branch from c8b3d2a to 2760354 Compare September 1, 2020 23:53
@codecov-commenter
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   50.89%   50.89%           
=======================================
  Files          21       21           
  Lines        3482     3482           
=======================================
  Hits         1772     1772           
  Misses       1710     1710           
Impacted Files Coverage Δ
p256/src/ecdsa.rs 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 e4d229a...2760354. Read the comment docs.

@tarcieri tarcieri merged commit ebca1f6 into master Sep 1, 2020
@tarcieri tarcieri deleted the p256/rfc6979-test-vector branch September 1, 2020 23:57
@tarcieri tarcieri mentioned this pull request Sep 18, 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