doFinalize method
Perform algorithm-specific finalization.
The default behavior is to return 0 for the number of bytes written to
the outputBuffer
.
Implementation
@override
int doFinalize(DartCodecBuffer outputBuffer) => 0;
Perform algorithm-specific finalization.
The default behavior is to return 0 for the number of bytes written to
the outputBuffer
.
@override
int doFinalize(DartCodecBuffer outputBuffer) => 0;