Enum noise_sodiumoxide::X25519 [] [src]

pub enum X25519 {}

Trait Implementations

impl DH for X25519
[src]

Type of private key.

Type of pubkey key.

Type of output.

Name of this DH function, e.g., “25519”.

Randomly generate a new private key.

Calculate public key from a private key.

Perform DH key exchange.