Skip to main content

blake2b_hash_stdin

Function blake2b_hash_stdin 

Source
pub fn blake2b_hash_stdin(output_bytes: usize) -> Result<String>
Expand description

Hash stdin with BLAKE2b variable output length. Tries fadvise if stdin is a regular file (shell redirect), then streams.