pub fn constant_time_memcmp(a: &[u8], b: &[u8]) -> bool
Constant-time memory comparison
Compares two slices in constant time, preventing timing attacks that could reveal where the first difference occurs.