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