SH1State class

The SHA1State class represents the state of the SHA-1 hash algorithm.

It encapsulates the intermediate state of the SHA-1 hash computation and is used for saving and restoring the hash state during processing.

Implemented types

Constructors

SH1State({required List<int> buffer, required int length, required List<int> state})

Properties

buffer List<int>
The buffer storing data to be hashed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
The length of the data in bytes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state List<int>
The state of the SHA-1 hash.
getter/setter pair

Methods

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