toSync method

  1. @override
DartBlake2b toSync()
override

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

Implementation

@override
DartBlake2b toSync() => DartBlake2b(
      hashLengthInBytes: hashLengthInBytes,
    );