SAFER-SK
- License
- Botan is released under the Simplified BSD License (see LICENSE.md)
class SAFERSK: botan.block.block_cipher.BlockCipherFixedParams!(8LU, 16LU, 0LU, 1LU).BlockCipherFixedParams, botan.block.block_cipher.BlockCipher, botan.algo_base.sym_algo.SymmetricAlgorithm;
SAFER-SK
this(size_t r);
- Parameters
size_t r |
the number of rounds to use - must be between 1
and 13 |