Function consistenttime::ct_u8_eq [] [src]

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

Tests if two values are equal in constant time.

Completely avoids branching.