Function consistenttime::ct_u16_eq [] [src]

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

Tests if two values are equal in constant time.

Completely avoids branching.