Flowdock
method

fixed_length_secure_compare

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: SecurityUtils
fixed_length_secure_compare(a, b) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide 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
Register or log in to add new notes.