pub type HeSecret = Vec<u8>;
A high entropy secret that is randomly generated and usable for symmetric key encryption.
struct HeSecret { /* private fields */ }