pub fn decrypt( encrypted_msg: String, privkey_str: &str, ) -> Result<String, CryptError>
Encrypt a message to the TweeChat Message Content standard
TweeChat
Errors if internal crypto library fails or input is not Base64