Skip to main content

decrypt_with_params

Function decrypt_with_params 

Source
pub(crate) fn decrypt_with_params(
    password: &[u8],
    ciphertext: &[u8],
    params: &Params,
) -> Result<Vec<u8>, String>
Expand description

Decrypt ciphertext with password using explicit Argon2id parameters.