AutoSeedBlockCtrRandom constructor
AutoSeedBlockCtrRandom(
- BlockCipher cipher, [
- bool _reseedIV = true
Implementation
AutoSeedBlockCtrRandom(BlockCipher cipher, [this._reseedIV = true]) {
_delegate = BlockCtrRandom(cipher);
}