maxEncryptedSize abstract method

int maxEncryptedSize(
  1. Uint8List inp
)

The maximum size the input can have after it has been encrypted.

Implementation

int maxEncryptedSize(Uint8List inp);