Skip to content

Add key generation support #41

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

Closed
wants to merge 1 commit into from
Closed

Add key generation support #41

wants to merge 1 commit into from

Conversation

rnicoll
Copy link
Contributor

@rnicoll rnicoll commented Jan 2, 2015

Adds support for generating ECDSA keys, and for extracting just the secret bytes (as opposed to the full DER encoded private key) so that generated keys can be used to initialise CBitcoinSecret instances.

@petertodd
Copy link
Owner

Have you seen the support in bitcoin.wallet for this functionality?

bitcoin.core is meant to only contain consensus-critical code; ECDSA secret keys aren't consensus critical.

@rnicoll
Copy link
Contributor Author

rnicoll commented Jan 3, 2015

I'm working on cross-chain transactions, so want to avoid key generation in bitcoind/dogecoind as it could lead to confusion. Given discussion in #39 it probably makes sense to close this, and I'll simply put the support into whatever altcoin lib I write instead.

@rnicoll rnicoll closed this Jan 3, 2015
@rnicoll rnicoll deleted the master-keygen branch January 5, 2015 11:56
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