pub async fn hash<H, P, S>(
    hash: H,
    passphrase: P,
    salt: S,
    ops_limit: u32,
    mem_limit: u32
) -> impl Future<Output = Result<(), OneErr>>where
    H: Into<BufWrite> + 'static + Send,
    P: Into<BufRead> + 'static + Send,
    S: Into<BufReadSized<sodoken::::hash::argon2id::hash::{constant#0}>> + 'static + Send,
Expand description

argon2id13 password hashing scheme