Expand description

A module containing seeders objects.

When initializing a generator, one needs to provide a Seed, which is then used as key to the AES blockcipher. As a consequence, the quality of the outputs of the generator is directly conditioned by the quality of this seed. This module proposes different mechanisms to deliver seeds that can accommodate varying scenarios.

Structs

  • A seed value, used to initialize a generator.

Traits

  • A trait representing a seeding strategy.