Function rbw::actions::unlock

source · []
pub fn unlock<S: BuildHasher>(
    email: &str,
    password: &Password,
    iterations: u32,
    protected_key: &str,
    protected_private_key: &str,
    protected_org_keys: &HashMap<String, String, S>
) -> Result<(Keys, HashMap<String, Keys>)>