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

bp256: brainpoolP256r1 elliptic curve #281

Merged
merged 1 commit into from
Jan 22, 2021
Merged

bp256: brainpoolP256r1 elliptic curve #281

merged 1 commit into from
Jan 22, 2021

Conversation

tarcieri
Copy link
Member

Adds a crate based on the bp384 crate.

Provides a base set of elliptic curve/ECDSA types, but does not (yet) provide a curve arithmetic implementation.

@tarcieri tarcieri mentioned this pull request Jan 22, 2021
11 tasks
@codecov-io
Copy link

codecov-io commented Jan 22, 2021

Codecov Report

Merging #281 (d3c00e7) into master (ca84417) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   58.69%   58.66%   -0.04%     
==========================================
  Files          32       33       +1     
  Lines        3854     3856       +2     
==========================================
  Hits         2262     2262              
- Misses       1592     1594       +2     
Impacted Files Coverage Δ
bp256/src/lib.rs 0.00% <0.00%> (ø)
bp384/src/lib.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 ca84417...d3c00e7. Read the comment docs.

Adds a crate based on the `bp384` crate.

Provides a base set of elliptic curve/ECDSA types, but does not (yet)
provide a curve arithmetic implementation.
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