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

encrypt data with crytpo_secretbox_xchacha20poly1305_easy