Function argon2_sha256

Source
pub fn argon2_sha256(data: &[u8], byte_length: usize) -> Result<Secret>
Expand description

Produces an argon2(sha256(data)) hash of the given data.