Module seed

Source
Expand description

Utilities for using secure Seeds

Structs§

Seed
Seed is a wrapper around [u8; 32] to ensure it is always 32 bytes

Functions§

rand_seed
Generates and returns a random Seed, with memory Zeroized.