Skip to main content

decrypt_with

Function decrypt_with 

Source
fn decrypt_with(
    key: &[u8; 32],
    encrypted: &str,
) -> Result<String, CredentialError>
Expand description

Decrypt encrypted with key.

TRACES: UR-012 | IR-014 | UT-014