fn constant_time_eq(a: &[u8], b: &[u8]) -> boolExpand description
Constant-time byte comparison so admin-key validation does not leak the key via early-exit timing. Length difference is allowed to short-circuit (key length is not the secret); equal-length inputs are compared in full.