Secure Compare of Strings in Go

Viewed 8588

Is the a built-in way of doing constant time string comparison in Go?

I've used the Devise.secure_compare method when I've needed this functionality in Ruby.

1 Answers
Related