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.
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.