MISTY1
- License
 - Botan is released under the Simplified BSD License (see LICENSE.md)
 
class  MISTY1: botan.block.block_cipher.BlockCipherFixedParams!(8LU, 16LU, 0LU, 1LU).BlockCipherFixedParams, botan.block.block_cipher.BlockCipher, botan.algo_base.sym_algo.SymmetricAlgorithm;
 
 MISTY1
this(size_t rounds = 8);
- Parameters
 | size_t rounds | 
the number of rounds. Must be 8 with the current
 implementation |