pub fn timing_safe_cmp(a: &[u8], b: &[u8]) -> bool
Compare 2 byte slices in a way that ensures that the timing of the operation can’t be used to glean any information about the data.