EntropyGenerator constructor

EntropyGenerator(
  1. int bitlen
)

Creates an EntropyGenerator instance with the desired bit length.

The bitlen parameter specifies the length of the entropy in bits.

Implementation

EntropyGenerator(this.bitlen);