-
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
identity: Implement protobuf encoding for RSA, ECDSA and secp256k1 keypairs #3630
Comments
|
That is a bit unfortunate. There is only one way to construct the keypair, using |
We've discovered in #3681 that our spec requires PKCS#1 and If we were to use the @mxinden What is your opinion on switching to the |
For others to follow along, past discussion: #1133 I don't have an opinion on this issue. Overall I would deem anything RSA related low priority. That said, I see the advantages that the gained consistency would bring us (see comment by @thomaseizinger above). Maybe @dignifiedquire since you are one of the main authors and since you know libp2p well, do you have an opinion? |
Description
The spec is here: https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md#key-types
Related: #3350 (comment).
Motivation
Being feature-complete and compliant with libp2p specs.
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: