Type Definition did_key::X25519KeyPair

source ·
pub type X25519KeyPair = AsymmetricKey<PublicKey, StaticSecret>;

Trait Implementations§

Performs sign operation
Performs verify operation
Perform key exchange operation
Converts to this type from the input type.
Generate key deterministically using a given seed
Generate instance from existing public key
Generate random key
Generate instance from existing secret key
Returns the public key bytes as slice
Returns the secret key bytes as slice