Skip to main content

constant_time_eq_u32

Function constant_time_eq_u32 

Source
pub fn constant_time_eq_u32(a: u32, b: u32) -> bool
Expand description

恒定时间 u32 比较

§Arguments

  • a - 第一个值
  • b - 第二个值

§Returns

  • bool - 是否相等