pub(crate) fn decrypt_with_params( password: &[u8], ciphertext: &[u8], params: &Params, ) -> Result<Vec<u8>, String>
Decrypt ciphertext with password using explicit Argon2id parameters.
ciphertext
password