instance method
fixed_length_secure_compare
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
fixed_length_secure_compare(a, b)
No documentation comment.
Parameters
-
areq -
breq
Source
# File activesupport/lib/active_support/security_utils.rb, line 11
def fixed_length_secure_compare(a, b)
OpenSSL.fixed_length_secure_compare(a, b)
end
Defined in activesupport/lib/active_support/security_utils.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SecurityUtils