pub type Salt = Vec<u8>;
Salt string type
We use a u8 encoding for the hash string.
u8
pub struct Salt { /* private fields */ }