toSync method
For synchronous computations, returns a pure Dart implementation of the hash algorithm.
Implementation
@override
DartBlake2b toSync() {
return this;
}
For synchronous computations, returns a pure Dart implementation of the hash algorithm.
@override
DartBlake2b toSync() {
return this;
}