Structs

  • The Dalek types require the CryptoRng trait for random number generators. While this may be important for cryptographic safety in some cases, this prevents deterministic RNG needed for proptesting. We are using a new-type which impl’s the trait to trick Dalek that the RNG is cryptographically secure.

Functions