toSync method
Returns a synchronous implementation of this algorithm.
Implementation
@override
DartChacha20Poly1305AeadMacAlgorithm toSync() {
return this;
}
Returns a synchronous implementation of this algorithm.
@override
DartChacha20Poly1305AeadMacAlgorithm toSync() {
return this;
}