Skip to main content

LITE_HASH_DEFAULT_THRESHOLD

Constant LITE_HASH_DEFAULT_THRESHOLD 

Source
pub const LITE_HASH_DEFAULT_THRESHOLD: u64 = _; // 131_072u64
Expand description

Default file-size threshold for lite (head+tail) hashing (128 KiB). Files smaller than this get a full BLAKE3 hash; larger files use a head+tail 4 KiB sample for fast change detection.