Function consistenttime::ct_u64_eq [] [src]

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

Tests if two values are equal in constant time.

Completely avoids branching.