Skip to main content

decrypt_bytes

Function decrypt_bytes 

Source
pub fn decrypt_bytes(payload_b64: &str, code: &str) -> Result<Vec<u8>>
Expand description

Decrypt a base64 payload into bytes using the given code.