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: bound curve implementations on Order trait #280

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

tarcieri
Copy link
Member

The longer-term goal of this change is to eliminate the CheckSignatureBytes trait by having a generic implementation which uses the Order::ORDER constant.

For now, just ensure that the curve's order is defined.

@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2021

Codecov Report

Merging #280 (0910984) into master (54edf5e) will not change coverage.
The diff coverage is n/a.

❗ Current head 0910984 differs from pull request most recent head ce550f4. Consider uploading reports for the commit ce550f4 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #280   +/-   ##
=======================================
  Coverage   54.66%   54.66%           
=======================================
  Files           8        8           
  Lines         300      300           
=======================================
  Hits          164      164           
  Misses        136      136           
Impacted Files Coverage Δ
ecdsa/src/der.rs 78.12% <ø> (ø)
ecdsa/src/hazmat.rs 0.00% <ø> (ø)
ecdsa/src/lib.rs 44.06% <ø> (ø)
ecdsa/src/sign.rs 0.00% <ø> (ø)
ecdsa/src/verify.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 54edf5e...ce550f4. Read the comment docs.

The longer-term goal of this change is to eliminate the
`CheckSignatureBytes` trait by having a generic implementation which
uses the `Order::ORDER` constant.

For now, just ensure that the curve's order is defined.
@tarcieri tarcieri force-pushed the ecdsa/bound-curve-impls-on-order-trait branch from 4a233e5 to ce550f4 Compare April 21, 2021 16:09
@tarcieri tarcieri merged commit 89d4dee into master Apr 21, 2021
@tarcieri tarcieri deleted the ecdsa/bound-curve-impls-on-order-trait branch April 21, 2021 16:21
@tarcieri tarcieri mentioned this pull request Apr 29, 2021
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