aboutsummaryrefslogtreecommitdiff
path: root/Scheme.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-14 20:13:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit080487c961b424c9dd822d38ec8c2c4d79aff24b (patch)
tree2380205a466eee8837d62f599b83a3a50c41d7c1 /Scheme.md
parent4241bcd4e14095e4340a0300e205f6fdc503f1d8 (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)