pub fn encrypt_bundle(bundle: &SyncBundle, code: &str) -> Result<String>Expand description
Encrypt a SyncBundle and return a base64-encoded payload string.
pub fn encrypt_bundle(bundle: &SyncBundle, code: &str) -> Result<String>Encrypt a SyncBundle and return a base64-encoded payload string.