-
Notifications
You must be signed in to change notification settings - Fork 121
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
PrivateKey parameters and RFC 5915 #123
Comments
This is bindings for https://github.com/bitcoin-core/secp256k1 https://github.com/cryptocoinjs/secp256k1-node/blob/v3.4.0/src/privatekey.cc#L39 |
Thanks @fanatid for the fast response. So, should I raise the issue with bitcoin-core/secp256k1, or will you guys do it? |
yes, please create issue in bitcoin-core/secp256k1 |
I'll close it because issue was closed in bitcoin-core/secp256k1. |
The
PrivateKey.parameters
produced byprivateKeyExport
currently contain the curve parameters. According to RFC 5915 section 3, it should contain the curve name (OID).Expected
Actual
The text was updated successfully, but these errors were encountered: