pub fn encrypt(msg: &str, pubkey_str: &str) -> Result<String, CryptError>
Expand description

Encrypt a message to the TweeChat Message Content standard

Errors

Errors if internal crypto library fails