BlockHash class

An interface for cryptographic hash functions.

Implementers

Constructors

BlockHash()

Properties

blockSize int
getter/setter pair
endian Endian
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outSize int
getter/setter pair
padLength int
getter/setter pair
pending List<int>?
getter/setter pair
pendingTotal int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

digest() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
reset
toString() String
A string representation of this object.
inherited
update(List<int> msg) BlockHash
add data

Operators

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