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

Generate a key exchange keypair.