CryptoPwhashAlgorithm enum
Enum type for the different hashing algorithms that can be used.
See https://libsodium.gitbook.io/doc/password_hashing/default_phf#constants
Values
- defaultAlg → const CryptoPwhashAlgorithm
-
Provides crypto_pwhash_ALG_DEFAULT.
See https://libsodium.gitbook.io/doc/password_hashing/default_phf#constants
- argon2i13 → const CryptoPwhashAlgorithm
-
Provides crypto_pwhash_ALG_ARGON2I13.
See https://libsodium.gitbook.io/doc/password_hashing/default_phf#constants
- argon2id13 → const CryptoPwhashAlgorithm
-
Provides crypto_pwhash_ALG_ARGON2ID13.
See https://libsodium.gitbook.io/doc/password_hashing/default_phf#constants
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CryptoPwhashAlgorithm> - A constant List of the values in this enum, in order of their declaration.