bitwarden_core::mobile::crypto

Function derive_pin_key

source
pub fn derive_pin_key(
    client: &Client,
    pin: String,
) -> Result<DerivePinKeyResponse, Error>