Function tink_core::subtle::constant_time_compare[][src]

pub fn constant_time_compare(left: &[u8], right: &[u8]) -> bool

Compare two slices in constant time. Return true if they are equal, false otherwise.