RC5
- License
- Botan is released under the Simplified BSD License (see LICENSE.md)
class RC5: botan.block.block_cipher.BlockCipherFixedParams!(8LU, 1LU, 32LU, 1LU).BlockCipherFixedParams, botan.block.block_cipher.BlockCipher, botan.algo_base.sym_algo.SymmetricAlgorithm;
RC5
this(size_t r);
RC5 Constructor
- Parameters
size_t r |
the number of RC5 rounds to run. Must be between
8 and 32 and a multiple of 4. |