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

djb2_hash

Function djb2_hash 

Source
pub fn djb2_hash(input: &str) -> u64
Expand description

DJB2 hash function for simple string hashing.

This is NOT cryptographically secure; it serves only as a basic fallback or for non-security-critical comparisons.