Skip to content

Commit

Permalink
finish first round of definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Dec 2, 2024
1 parent db8f212 commit b9df5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingo-sync/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! - Sync: Observation of a consensus state
//! - Consensus State: Eventually consistent global agreement
//! - Key-Enabled (keyed): Sync where the observer owns keys that reveal hidden information
//! - Keyless: The observer doesn't have keys
//! - Explore (not yet supported): sync of public data
//!
//! Entrypoint: [`crate::sync::sync`]

Expand Down

0 comments on commit b9df5d9

Please sign in to comment.