úÎ0ÛGood stable *Finn Espen Gundersen <finn@gundersen.net>  Safe-InferredRC5 encryption MUsing the given blocksize, number of rounds and key, encrypts the plaintext. & Valid blocksizes are 16, 32, 64, 128  Valid rounds are 0 - 256 GIf in doubt, 32bit blocks and 12 rounds is the most common combination  .encrypt 32 12 [1,2,3,4] [0xFE,0x13,0x37,0x00] MEncrypts the plaintext (last) with a blocksize of 32 bits, 12 rounds and key [1,2,3,4] IMaximum key length is 256. A common (and sufficient) length is 16 bytes. L The length of the result is divisible by the block size (i.e. 2, 4, 8, 16) / On invalid input, the empty list is returned. RC5 decryption 4All parameters must match those used for encryption > The length of the result is equal to the length of the input A  !"#$%&'()*+,-./0123456789:;<=>?@A  !"#$%&'()*+,-./0123456789:;<=>?@A      !"#$%&'()*+,-./0123456789:;<=>?@ABCcipher-rc5-0.1.0.0Crypto.Cipher.RC5encryptdecryptws8_wws8_wwws16_wws16_wwws32_wws32_wwws64_wws64_wwp8q8p16q16p32q32p64q64key1key2plain1plain2plain2'rotlrotrcrypt8crypt16crypt32crypt64 encryptblock8encryptblock16encryptblock32encryptblock32'encryptblock64 decryptblock8decryptblock16decryptblock32decryptblock32'decryptblock64enc8enc16enc32enc64dec8dec16dec32dec64splitAB8 splitAB16 splitAB32 splitAB64pair keyexpand8 keyexpand16 keyexpand32 keyexpand64 mixsecretkeymixSmakeS makewordkey16 makewordkey32 makewordkey64 bytes2word bytes2word' word2bytes