getOutputSize method

int getOutputSize(
  1. int length
)
inherited

Implementation

int getOutputSize(int length) =>
    (length + (forEncryption ? macSize : -macSize) + blockSize - 1) ~/
    blockSize *
    blockSize;