Argon2 class abstract

Implementers

Constructors

Argon2()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isFfi bool
flag whether it is a native (ffi) implementation, or dart.
no setter
isImplemented bool
whether this is actually implemented or throws UnimplementedError (Currently on web platform).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

argon2(Argon2Arguments args) Uint8List
argon2Async(Argon2Arguments args) 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

Static Properties

resolveLibraryForceDynamic bool
forces loading of dynamic library on MacOS instead of assuming argon2 was statically linked. (ie. flutter usage, vs dart usage)
getter/setter pair