//! Common types for the SBF data structure
use ;
/// Salt string type
///
/// We use a `u8` encoding for the hash string.
pub type Salt = ;
/// The kind of hashing function that is used by the data structure
///
/// By default only MD5 is enabled, MD4 can be enabled by using the `md4_hash` feature.