Skip to main content

hash_buffer_lite

Function hash_buffer_lite 

Source
pub fn hash_buffer_lite(data: &[u8], size: u64) -> Option<Hash>
Expand description

Lite hash from an in-memory buffer (head+tail sampling, same algorithm as hash_file_lite).