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