Skip to main content

decrypt_charstring

Function decrypt_charstring 

Source
pub fn decrypt_charstring(data: &[u8], len_iv: usize) -> Vec<u8> 
Expand description

Decrypt a charstring using the Type 1 charstring cipher (R=4330). Skips the first len_iv random bytes.