pub fn spectre_user_key(
user_name: &str,
user_secret: &str,
algorithm: SpectreAlgorithm,
) -> Result<SpectreUserKey>Expand description
Derive a user key from the user’s name and secret
pub fn spectre_user_key(
user_name: &str,
user_secret: &str,
algorithm: SpectreAlgorithm,
) -> Result<SpectreUserKey>Derive a user key from the user’s name and secret