DartHashAlgorithmMixin mixin

A HashAlgorithm that supports synchronous evaluation (hashSync).

Implemented types
Mixin applications

Properties

blockLengthInBytes int
The internal block size in bytes. This information is required by some algorithms such as Hmac.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hashLengthInBytes int
Digest size in bytes.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hash(List<int> input) Future<Hash>
Creates a combined hash code for a number of objects.
override
hashSync(List<int> data) Hash
Synchronous version of hash().
newHashSink() DartHashSink
Synchronous version of newHashSink().
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