pub type HeSecret = Vec<u8>;
Expand description

A high entropy secret that is randomly generated and usable for symmetric key encryption.

Aliased Type§

struct HeSecret { /* private fields */ }