Exception: HTAuth::Argon2::NotSupportedError

Inherits:
InvalidAlgorithmError show all
Defined in:
lib/htauth/argon2.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



12
13
14
# File 'lib/htauth/argon2.rb', line 12

def message
  "Unfortunately Argon2 passwords are not supported on `#{RUBY_PLATFORM} at this time. This because the upstream argon2 gem does not support windows."
end