toSync method

  1. @override
DartBlake2s toSync()
override

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

Implementation

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