KDFScrypt class
A class implementing key derivation using the Scrypt algorithm.
Constructors
-
KDFScrypt({required int dklen, required int n, required int r, required int p, required List<
int> salt}) -
factory
- KDFScrypt.fromCbor(CborListValue v)
-
factory
-
KDFScrypt.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
cborEncode(
) → CborTagValue -
override
-
deriveKey(
List< int> password) → List<int> -
override
-
encode(
) → Map< String, dynamic> -
override
-
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