toSync method

  1. @override
DartHmac toSync()
override

Returns a synchronous implementation of this algorithm.

Implementation

@override
DartHmac toSync() {
  return DartHmac(hashAlgorithm.toSync());
}