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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

k256: enable endomorphisms by default #213

Merged
merged 1 commit into from Sep 28, 2020
Merged

Conversation

tarcieri
Copy link
Member

The reason this wasn't enabled-by-default before was due to a lingering US patent. However, as noted on #211, that patent just expired 馃帀

The bitcoin-core/secp256k1 library is also pursuing a full switch to endomorphisms: bitcoin-core/secp256k1#826

For now this commit just switches on the feature by default, but in the future we can eventually rip out the non-endomorphism code and remove the feature entirely.

The reason this wasn't enabled-by-default before was due to a lingering
US patent. However, as noted on #211, that patent just expired 馃帀

The `bitcoin-core/secp256k1` library is also pursuing a full switch to
endomorphisms: bitcoin-core/secp256k1#826

For now this commit just switches on the feature by default, but in the
future we can eventually rip out the non-endomorphism code and remove
the feature entirely.
@codecov-commenter
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #213   +/-   ##
=======================================
  Coverage   58.49%   58.49%           
=======================================
  Files          25       25           
  Lines        3783     3783           
=======================================
  Hits         2213     2213           
  Misses       1570     1570           

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 8845cc0...4858cb0. Read the comment docs.

@tarcieri tarcieri merged commit 3ae2dd1 into master Sep 28, 2020
@tarcieri tarcieri deleted the k256/endo-by-default branch September 28, 2020 17:24
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.

None yet

2 participants