Function consistenttime::ct_u32_eq [] [src]

#[no_mangle]
pub extern "C" fn ct_u32_eq(x: u32, y: u32) -> bool

Tests if two values are equal in constant time.

Completely avoids branching.