pub fn ct_eq_bytes(a: &[u8], b: &[u8]) -> bool
Rust doesn’t guarantee that anything can truly be constant-time under all compilation targets and optimization levels. The following presents the standard constant-time shape.