tangled
alpha
login
or
join now
atscan.net
/
plcbundle
15
fork
atom
A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory
15
fork
atom
overview
issues
2
pulls
pipelines
update text
tree.fail
5 months ago
eb4cf82a
2d8dc1bb
+1
-1
1 changed file
expand all
collapse all
unified
split
cmd
plcbundle
server.go
+1
-1
cmd/plcbundle/server.go
reviewed
···
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
71
-
fmt.Fprintf(w, "Each bundle is compressed (zstd), hashed (SHA-256), and linked to\n")
71
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