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

[3.2] remove old, unused, and currently broken alternate k1 ECC impls #243

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

spoonincode
Copy link
Member

At some point long long ago it might have been possible to use alternate implementations of k1 ECC math by switching the ECC_IMPL config to openssl or mixed. My hunch is no one has ever made use of these in the EOSIO/Leap timeframe, and neither of those compile now. Maybe we could consider fixing them but ec_recover.cpp already uses secp256k1 directly making usage of that library a requirement regardless.

I think it's best to go ahead and just remove what might as well be old cruft.

Base automatically changed from desubmod_fc to main September 27, 2022 23:20
Copy link
Member

@heifner heifner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I stumbled upon this a few months back, glad to see it be cleaned up.

@spoonincode spoonincode merged commit bf1f40a into main Sep 28, 2022
@spoonincode spoonincode deleted the remove_alt_k1_impls branch September 28, 2022 00:12
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