pub fn blake2b_hash_stdin(output_bytes: usize) -> Result<String>
Hash stdin with BLAKE2b variable output length. Tries fadvise if stdin is a regular file (shell redirect), then streams.