Argon2Parameters class

The Argon2 parameters.

Inheritance

Constructors

Argon2Parameters(int type, Uint8List _salt, {required int desiredKeyLength, Uint8List? secret, Uint8List? additional, int iterations = DEFAULT_ITERATIONS, int? memoryPowerOf2, int? memory, int lanes = DEFAULT_LANES, int version = DEFAULT_VERSION})

Properties

additional Uint8List?
no setter
desiredKeyLength int
final
hashCode int
The hash code for this object.
no setterinherited
iterations int
final
lanes int
final
memory int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt Uint8List
no setter
secret Uint8List?
no setter
type int
final
version int
final

Methods

clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ARGON2_d → const int
ARGON2_i → const int
ARGON2_id → const int
ARGON2_VERSION_10 → const int
ARGON2_VERSION_13 → const int
DEFAULT_ITERATIONS → const int
DEFAULT_LANES → const int
DEFAULT_MEMORY_COST → const int
DEFAULT_TYPE → const int
DEFAULT_VERSION → const int