Profile the code to test time invariance with various inputs. Output: writeup Rails' [implementation of `secure_compare`](https://github.com/rails/rails/blob/b9ca94caea2ca6a6cc09abaffaad67b447134079/activesupport/lib/active_support/security_utils.rb#L11) is a bit different, XOR'ing each byte instead of checking equality of each byte.