EntropyGenerator constructor
EntropyGenerator(
- int bitlen
Creates an EntropyGenerator instance with the desired bit length.
Implementation
EntropyGenerator(this.bitlen);
Creates an EntropyGenerator instance with the desired bit length.
EntropyGenerator(this.bitlen);