pub fn constant_time_all_pass(checks: &[bool]) -> bool
恒定时间布尔累积 OR(用于多项验证)
即使某项失败也继续检查后续项,使所有验证 总耗时保持一致。
checks
bool