pub async fn detached<Sig, M, S>(
    signature: Sig,
    message: M,
    sec_key: S
) -> impl Future<Output = Result<(), OneErr>>where
    Sig: Into<BufWriteSized<_>> + 'static + Send,
    M: Into<BufRead> + 'static + Send,
    S: Into<BufReadSized<_>> + 'static + Send,
Expand description

create a signature from a signature private key