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<sodoken::::sign::verify_detached::{constant#0}>> + 'static + Send,
    M: Into<BufRead> + 'static + Send,
    P: Into<BufReadSized<sodoken::::sign::verify_detached::{constant#1}>> + 'static + Send,
Expand description

create a signature from a signature private key