doFinal abstract method

int doFinal(
  1. Uint8List out,
  2. int outOff
)

Finish the operation either appending or verifying the MAC at the end of the data.

Returns the number of bytes written to the output.

Implementation

int doFinal(Uint8List out, int outOff);