Calculates the length of the ciphertext given a clear text length.
int cipherTextLength(int clearTextLength) => clearTextLength;