pub type LeSecret = Vec<u8>;
A low entropy or user provided secret such as a pin or password.
struct LeSecret { /* private fields */ }