diff options
Diffstat (limited to 'Scheme.md')
-rw-r--r-- | Scheme.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,13 +1,9 @@ # Create Packet - Header - packet structure version - timestamp - creator public key - admin group id (uuid, 16 bytes) - Body (Encrypted) - creator name - name + packet structure version + timestamp + creator public key + admin group id (uuid, 16 bytes) # Add data Packet creator public key @@ -27,6 +23,6 @@ Packet timestamp (not strictly accurate, mostly used for visual representation) operation type Body - name (of the user to add to group, encrypted) 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) |