[−][src]Function tink_core::subtle::constant_time_compare
pub fn constant_time_compare(left: &[u8], right: &[u8]) -> bool
Compare two slices in constant time. Return true
if they are equal, false
otherwise.
pub fn constant_time_compare(left: &[u8], right: &[u8]) -> bool
Compare two slices in constant time. Return true
if they are equal, false
otherwise.