You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a From impl for libp2p::core::identity::Keypair for struct ed25519::Keypair.
Motivation
This is from our use case in forest, we require converting a ed25519::Keypair struct to the enum libp2p::core::identity::Keypair. It would be helpful to have From impl for Keypair.
Requirements
Open questions
Are you planning to do it yourself in a pull request?
Yes
The text was updated successfully, but these errors were encountered:
creativcoder
changed the title
Allow converting ed25519::Keypair into Keypair
Allow converting ed25519::Keypair to enum Keypair
Mar 15, 2023
creativcoder
changed the title
Allow converting ed25519::Keypair to enum Keypair
feat(identity): Allow converting ed25519::Keypair to enum Keypair
Mar 16, 2023
creativcoder
changed the title
feat(identity): Allow converting ed25519::Keypair to enum Keypair
Allow converting ed25519::Keypair to enum Keypair
Mar 16, 2023
Description
Add a From impl for libp2p::core::identity::Keypair for struct ed25519::Keypair.
Motivation
This is from our use case in forest, we require converting a
ed25519::Keypair
struct to the enumlibp2p::core::identity::Keypair
. It would be helpful to haveFrom
impl for Keypair.Requirements
Open questions
Are you planning to do it yourself in a pull request?
Yes
The text was updated successfully, but these errors were encountered: