pub fn constant_time_eq_32(a: &[u8; 32], b: &[u8; 32]) -> bool
Constant-time comparison of two 32-byte arrays (common for hashes/keys). Optimized version for fixed-size arrays.