KDFScrypt class

A class implementing key derivation using the Scrypt algorithm.

Inheritance

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

dklen int
final
hashCode int
The hash code for this object.
no setterinherited
n int
final
p int
final
r int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt List<int>
final
type KDFMode
no setteroverride

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