pub fn client_session_keys<R, T, CPub, CSec, SPub>(
    rx: R,
    tx: T,
    client_pk: CPub,
    client_sk: CSec,
    server_pk: SPub
) -> Result<(), OneErr>where
    R: Into<BufWriteSized<sodoken::::kx::client_session_keys::{constant#0}>> + 'static + Send,
    T: Into<BufWriteSized<sodoken::::kx::client_session_keys::{constant#1}>> + 'static + Send,
    CPub: Into<BufReadSized<sodoken::::kx::client_session_keys::{constant#2}>> + 'static + Send,
    CSec: Into<BufReadSized<sodoken::::kx::client_session_keys::{constant#3}>> + 'static + Send,
    SPub: Into<BufReadSized<sodoken::::kx::client_session_keys::{constant#4}>> + 'static + Send,
Expand description

Generate session keys from the client perspective.