pub fn constant_time_eq(a: &[u8], b: &[u8]) -> bool
Timing-safe equality: always scans both slices; length mismatch is false.
false