Type Definition did_key::Ed25519KeyPair[][src]

pub type Ed25519KeyPair = AsymmetricKey<PublicKey, SecretKey>;

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Perform key exchange operation

Performs sign operation

Performs verify operation

Generate random key

Generate key deterministically using a given seed

Generate instance from existing public key

Generate instance from existing secret key

Returns the public key bytes as slice

Returns the secret key bytes as slice