pub async fn easy<N, M, K>(
    nonce: N,
    message: M,
    shared_key: K
) -> impl Future<Output = Result<BufRead, OneErr>>where
    N: Into<BufReadSized<_>> + 'static + Send,
    M: Into<BufRead> + 'static + Send,
    K: Into<BufReadSized<_>> + 'static + Send,
Expand description

encrypt data with crytpo_secretbox_xchacha20poly1305_easy