Scrypt class
A class for performing scrypt key derivation.
Properties
Methods
-
derive(
List< int> password, List<int> salt, int dkLen) → List<int> -
Derives a key from the given
passwordandsaltusing scrypt key derivation. -
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