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

create a signature from a signature private key