pub fn decrypt_bundle(payload_b64: &str, code: &str) -> Result<SyncBundle>Expand description
Decrypt a base64-encoded payload into a SyncBundle.
pub fn decrypt_bundle(payload_b64: &str, code: &str) -> Result<SyncBundle>Decrypt a base64-encoded payload into a SyncBundle.