Hacker News new | ask | show | jobs
by masklinn 4042 days ago
> The Python example included a mitigation.

Unnecessarily so too, Python provides hmac.compare_digests since Python 3.3 and it was backported to Python 2.7.7, which was released almost a year ago.