Word description Compares two sequences for equality in constant time. Unlike = or sequence=, this function always examines all bytes of both sequences (when lengths match), preventing timing attacks that could reveal information about the contents.
Notes If the sequences have different lengths, returns f immediately. This length check is not constant-time, but sequence lengths are typically not secret in cryptographic protocols.