Argon2Type enum
The enum to determine the Argon2 Type used (Argon2i, Argon2d, Argon2id).
Values
- d → const Argon2Type
-
Utilize Argon2d for hashing
- i → const Argon2Type
-
Utilize Argon2i for hashing
- id → const Argon2Type
-
Utilize Argon2id for hashing
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<
Argon2Type> - A constant List of the values in this enum, in order of their declaration.