Skip to main content

constant_time_eq_u64

Function constant_time_eq_u64 

Source
pub fn constant_time_eq_u64(a: u64, b: u64) -> bool
Expand description

恒定时间 u64 比较

§Arguments

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

§Returns

  • bool - 是否相等