diff options
Diffstat (limited to 'Scheme.md')
-rw-r--r-- | Scheme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |