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

[Wishlist] Support for generating mini-private-keys #13

Open
ribasushi opened this issue Feb 24, 2014 · 1 comment
Open

[Wishlist] Support for generating mini-private-keys #13

ribasushi opened this issue Feb 24, 2014 · 1 comment

Comments

@ribasushi
Copy link

Mini-keys are generated via sha256-ing a random string, as opposed to the direct random bytes as used by EC_KEY_generate_key. The only change necessary to support this mode of operation would be to replace EC_KEY_generate_key, and to keep track of the original minikey in addition to everything else.

https://en.bitcoin.it/wiki/Mini_private_key_format#Decoding
https://en.bitcoin.it/wiki/Mini_private_key_format#Creating_mini_private_keys

@BlinkyStitt
Copy link
Owner

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

No branches or pull requests

2 participants