AutoSeedBlockCtrRandom constructor

AutoSeedBlockCtrRandom(
  1. BlockCipher cipher, [
  2. bool _reseedIV = true
])

Implementation

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