Since quantum computers are expected to break most of the cryptographic schemes we rely on today, we need to look at alternatives. …
For crypto code it's important that it's time-invariant, otherwise it is vulnerable to timing attacks. I've had to build this time-invariant equality test from scratch, because I couldn't find something on Google. I hope it's useful to someone else.