Iterable<int> decryptPkcs1v15(/* String | List<int> */ input) { return decrypt(input, padder: EmePkcs1v15Encoder()); }