toSync method

  1. @override
DartHashAlgorithm toSync()
override

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

Implementation

@override
DartHashAlgorithm toSync() => const DartSha512();