toSync method

  1. @override
DartBlake2b toSync()
override

For synchronous computations, returns a pure Dart implementation of the hash algorithm.

Implementation

@override
DartBlake2b toSync() {
  return this;
}