A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory

update text

+1 -1
+1 -1
cmd/plcbundle/server.go
··· 68 68 fmt.Fprintf(w, "━━━━━━━━━━━━━━━━━━━━\n") 69 69 fmt.Fprintf(w, "plcbundle archives AT Protocol's DID PLC Directory operations into\n") 70 70 fmt.Fprintf(w, "immutable, cryptographically-chained bundles of 10,000 operations.\n") 71 - fmt.Fprintf(w, "Each bundle is compressed (zstd), hashed (SHA-256), and linked to\n") 71 + fmt.Fprintf(w, "Each bundle is hashed (SHA-256), compressed (zstd), and linked to\n") 72 72 fmt.Fprintf(w, "the previous bundle, creating a verifiable chain of DID operations.\n\n") 73 73 fmt.Fprintf(w, "More info: https://github.com/atscan/plcbundle\n\n") 74 74