Function nettle::curve25519::private_key

source ·
pub fn private_key<R>(rng: &mut R) -> Box<[u8]>where
    R: Random,
Expand description

Generate a new X25519 private key.