pub fn keypair<P, S>(pub_key: P, sec_key: S) -> Result<(), OneErr>where
    P: Into<BufWriteSized<_>> + 'static + Send,
    S: Into<BufWriteSized<_>> + 'static + Send,
Expand description

Generate a key exchange keypair.