Argon2 class

Constructors

Argon2({int iterations = 2, int memory = 65536, int parallelism = 1, int hashLength = 32})

Properties

hashCode int
The hash code for this object.
no setterinherited
hashLength int
final
iterations int
final
memory int
final
parallelism int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

argon2d(Uint8List password, Uint8List salt) Future<Uint8List>
argon2i(Uint8List password, Uint8List salt) Future<Uint8List>
argon2id(Uint8List password, Uint8List salt) Future<Uint8List>
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