Skip to main content

constant_time_eq_u128

Function constant_time_eq_u128 

Source
pub fn constant_time_eq_u128(a: u128, b: u128) -> bool
Expand description

恒定时间 u128 比较

§Arguments

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

§Returns

  • bool - 是否相等