Type Alias Seed

Source
pub type Seed = Secret<[u8; 32]>;
Expand description

Alias for a Secret array that contains seed bytes.

Aliased Typeยง

pub struct Seed { /* private fields */ }