Expand description
Cryptographically secure random number generation for security features.
Structs§
- Secure
Rng - Cryptographically secure RNG implementation.
- Secure
RngStats - Secure RNG statistics.
Functions§
- get_
secure_ rng_ stats - Get secure RNG statistics.
- init_
secure_ rng - Initialize secure RNG subsystem.
- secure_
random_ bytes - Fill buffer with cryptographically secure random bytes.
- secure_
random_ range - Generate secure random value in range.
- secure_
random_ u32 - Generate secure random u32.
- secure_
random_ u64 - Generate secure random u64.