@override List<int> encryptWithKey(CipherKey key, List<int> input) { _emptyContentValidation(input); return legacyCryptoModule.encryptWithKey(key, input); }