aboutsummaryrefslogtreecommitdiff
path: root/Scheme.md
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-05-14 20:13:24 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-05-14 20:13:27 +0200
commit8daf7b3165c65a932a7d8eae1f0a640199892ca9 (patch)
treec6d44529e4e2e0808841366f112700a0bb3d1bfd /Scheme.md
parent1fe14e8fcfbec25cb6b70df194a82ede4cc0a3e5 (diff)
Only download nodes that we are missing
Diffstat (limited to 'Scheme.md')
-rw-r--r--Scheme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Scheme.md b/Scheme.md
index 9a757d2..50aaa3e 100644
--- a/Scheme.md
+++ b/Scheme.md
@@ -12,6 +12,7 @@ Packet
packet structure version
timestamp (not strictly accurate, mostly used for visual representation)
operation type
+ user action counter
Body (Encrypted with node encryption key)
data
# Add user to group
@@ -22,7 +23,8 @@ Packet
packet structure version
timestamp (not strictly accurate, mostly used for visual representation)
operation type
+ user action counter
Body
public key (of user to add to group)
group id (the group which the user should be added to)
- PADDING (Random data, to ensure this packet gets an unique hash)
+ PADDING (Random data, to ensure this packet gets an unique hash)