BaseEngine class abstract

BufferedBlockAlgorithm.process()

Implemented types
Implementers

Constructors

BaseEngine()

Properties

forEncryption bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init(bool forEncryption, List<int> key) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(List<int?> dataWords) List<int>
override
processBlock(List<int?> M, int offset) int
reset() → void
override
toString() String
A string representation of this object.
inherited

Operators

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