toSync method

Returns a synchronous implementation of this algorithm.

Implementation

@override
DartChacha20Poly1305AeadMacAlgorithm toSync() {
  return this;
}