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

create a signature from a signature private key