⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

fnv1a_hash

Function fnv1a_hash 

Source
pub fn fnv1a_hash(data: &[u8]) -> u64
Expand description

Compute a simple non-cryptographic hash of file data.

Uses FNV-1a (64-bit) for speed. This is not a security hash – it is only meant for detecting accidental corruption.