is Equal Constant Time
Compares two byte arrays in constant time to prevent timing attacks.
Return
True if arrays are equal, false otherwise
Parameters
a
First byte array
b
Second byte array
Compares two byte arrays in constant time to prevent timing attacks.
True if arrays are equal, false otherwise
First byte array
Second byte array