Function sodoken::kx::keypair

source ·
pub fn keypair<P, S>(pub_key: P, sec_key: S) -> SodokenResult<()>
where P: Into<BufWriteSized<PUBLICKEYBYTES>> + 'static + Send, S: Into<BufWriteSized<SECRETKEYBYTES>> + 'static + Send,
Expand description

Generate a key exchange keypair.