Calculates the length of the ciphertext given a clear text length.
@override int cipherTextLength(int clearTextLength) { return fallback.cipherTextLength(clearTextLength); }