added content_id field to control message integrity (TBD how)
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ This algorithm must be implemented by every station to generate message IDs:
|
||||
1. Calculate SHA256 of the message in the Node-to-Point format as binary data.
|
||||
2. Calculate Base64 of the resulting binary hash sum.
|
||||
3. Truncate to the first 20 characters.
|
||||
4. Replace all occurrences of + or - with A, and / or _ with Z.
|
||||
4. Replace all occurrences of + or - with A, and / or _ with z.
|
||||
5. The result of these operations is your ii message ID.
|
||||
|
||||
Implementation notes
|
||||
|
||||
Reference in New Issue
Block a user