Function lair_keystore::dependencies::sodoken::kx::keypair

source ยท
pub fn keypair<P, S>(pub_key: P, sec_key: S) -> Result<(), OneErr>
where P: Into<BufWriteSized<sodoken::::kx::keypair::{constant#0}>> + 'static + Send, S: Into<BufWriteSized<sodoken::::kx::keypair::{constant#1}>> + 'static + Send,
Expand description

Generate a key exchange keypair.