Salt

Type Alias Salt 

Source
pub type Salt = Vec<u8>;
Expand description

Salt string type

We use a u8 encoding for the hash string.

Aliased Typeยง

pub struct Salt { /* private fields */ }