HasherClient class

Constructors

HasherClient()

Properties

hashCode int
The hash code for this object.
no setterinherited
keyBytes List<int>
getter/setter pair
keySize int
getter/setter pair
keyStr String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saltBytes List<int>
getter/setter pair
saltSize int
getter/setter pair
saltStr String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSalt(String saltStr) String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

hash(List<int> textInput, int outputLen) List<int>
Creates a combined hash code for a number of objects.
override
hashBytes(List<int> pass, List<int> ibuf, List<int> obuf, int ilen, int olen, List<int> salt) int