Returns a synchronous implementation of this algorithm.
@override DartHmac toSync() { return DartHmac(hashAlgorithm.toSync()); }