decrypt

Function decrypt 

Source
pub fn decrypt(
    encrypted_msg: String,
    privkey_str: &str,
) -> Result<String, CryptError>
Expand description

Encrypt a message to the TweeChat Message Content standard

ยงErrors

Errors if internal crypto library fails or input is not Base64