Struct libp2p::identity::ed25519::Keypair [−][src]
pub struct Keypair(_);
Expand description
An Ed25519 keypair.
Implementations
Encode the keypair into a byte array by concatenating the bytes of the secret scalar and the compressed public point, an informal standard for encoding Ed25519 keypairs.
Decode a keypair from the format produced by encode,
zeroing the input on success.
Sign a message using the private key of this keypair.
Trait Implementations
Build keypair from existing ed25519 keypair
Demote an Ed25519 keypair to a secret key.
Auto Trait Implementations
impl RefUnwindSafe for Keypairimpl UnwindSafe for KeypairBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V