pub fn argon2_sha256(data: &[u8], byte_length: usize) -> Result<Secret>
Produces an argon2(sha256(data)) hash of the given data.