Botan

ANSI X9.31 RNG

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  ANSIX931RNG: botan.rng.rng.RandomNumberGenerator;

ANSI X9.31 RNG


this(BlockCipher cipher, RandomNumberGenerator prng);

Parameters
BlockCipher cipher the block cipher to use in this PRNG
RandomNumberGenerator prng the underlying PRNG for generating inputs (eg, an HMAC_RNG)