ParamsOfScrypt class

Inheritance

Constructors

ParamsOfScrypt({@required String password, @required String salt, @required int log_n, @required int r, @required int p, @required int dk_len})
ParamsOfScrypt.fromMap(Map<String, dynamic> map)

Properties

dk_len int
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
log_n int
read-only
p int
read-only
password String
read-only
r int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
salt String
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() Map<String, dynamic>
override
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited