instance method
algorithm_name
Ruby on Rails edge
Since edgeSignature
algorithm_name()
Returns the algorithm name.
Source
# File activemodel/lib/active_model/secure_password/argon2_password.rb, line 41
def algorithm_name
:argon2
end
Defined in activemodel/lib/active_model/secure_password/argon2_password.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::SecurePassword::Argon2Password