enum Sodium::Password::Mode

Defined in:

sodium/password/mode.cr

Enum Members

Argon2i13 = 1

Use the most recent algorithm Argon2id13 for new applications.

Argon2id13 = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.default #

The currently recommended algorithm, which can change from one version of libsodium to another.


[View source]

Instance Method Detail

def argon2i13? #

[View source]
def argon2id13? #

[View source]