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

Updates for sec1 crate #435

Merged
merged 1 commit into from
Sep 20, 2021
Merged

Updates for sec1 crate #435

merged 1 commit into from
Sep 20, 2021

Conversation

tarcieri
Copy link
Member

These code changes are necessary to support a migration to the sec1 crate, which extracted types like EncodedPoint into a separate reusable crate.

Relevant elliptic-curve PR:

RustCrypto/traits#771

These code changes are necessary to support a migration to the `sec1`
crate, which extracted types like `EncodedPoint` into a separate
reusable crate.

Relevant `elliptic-curve` PR:

RustCrypto/traits#771
@codecov-commenter
Copy link

Codecov Report

Merging #435 (a70c1fa) into master (9f5675d) will decrease coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
- Coverage   64.70%   64.51%   -0.20%     
==========================================
  Files          28       28              
  Lines        3598     3590       -8     
==========================================
- Hits         2328     2316      -12     
- Misses       1270     1274       +4     
Impacted Files Coverage Δ
k256/src/arithmetic/affine.rs 75.96% <ø> (-2.75%) ⬇️
p256/src/arithmetic/affine.rs 84.93% <ø> (-1.74%) ⬇️
k256/src/ecdsa.rs 90.62% <100.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 9f5675d...a70c1fa. Read the comment docs.

@tarcieri tarcieri merged commit 10ee318 into master Sep 20, 2021
@tarcieri tarcieri deleted the sec1-crate-updates branch September 20, 2021 15:42
This was referenced Dec 14, 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