Hacker News new | ask | show | jobs
by omra 4767 days ago
Go does not have constant time string comparisons by default. The crypto/subtle package supplies constant time comparisons.