pub async fn verify_detached<Sig, M, P>(
    signature: Sig,
    message: M,
    pub_key: P
) -> impl Future<Output = Result<bool, OneErr>>where
    Sig: Into<BufReadSized<_>> + 'static + Send,
    M: Into<BufRead> + 'static + Send,
    P: Into<BufReadSized<_>> + 'static + Send,
Expand description

create a signature from a signature private key