-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Storing and loading the private key #672
Comments
Analyzing the code I could notice that the private key is not stored on the context. I was used with So we are responsible for generating the private key with a strong RNG, checking if it is valid with the A documentation on README would be helpful. Cheers, |
Have you seen the header file? It has a good documentation but I admit there's no general section on usage of the library. Related to #184 . |
For anyone else interested in how to generate keys using this library, feel free to checkout my Bitcoin vanity address generator which I think provides a short and reasonably well commented example of how to generate private and public key pairs. |
Hi!
Congrats for the great software! It is way faster than OpenSSL.
I was not able to find how to store and load the private key. Preferably in a small binary format.
The text was updated successfully, but these errors were encountered: