Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(app_key: &str, blob: &[u8]) -> Option<Vec<u8>>
Expand description

Decrypt the format produced by encrypt. Returns the plaintext bytes.