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

Secp256k1 #43

Merged
merged 7 commits into from
Apr 15, 2021
Merged

Secp256k1 #43

merged 7 commits into from
Apr 15, 2021

Conversation

albertobsd
Copy link
Owner

Full migration from libgmp to secp256k1

  • speed improvement
  • Added mode pub2rmd to search publickeys of the puzzles and other legacy address (Compress publickeys only)

I get mixed result about the speed performance:
- bP Table creation is 4 or 5 times faster
- address and rmd160 get the same speed. WHY?
- xpoint get less speed. WTF?
- bsgs not implemented yet.

I need to move every mode to his own funtion to see if the xpoint speed get the double speed as spected.
If nothing of this works, i will only keep the changes about the bP table creation (the only good change at the momment)
- Improve performance for xpoint mode, now is ten times faster
@albertobsd albertobsd merged commit d1ca255 into main Apr 15, 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.

1 participant