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