Skip to content
Snippets Groups Projects
Commit 3bbe0d07 authored by Éloïs's avatar Éloïs
Browse files

[RFC17] precise prefix conventions

parent 104c49ae
Branches
No related tags found
1 merge request!13Tx comment encrypt
......@@ -40,7 +40,11 @@ The maximum length of a message is 173 bytes.
### Prefix
A constant value that indicates the type of format. For the present format defined in this RFC, the prefix is `0x0100`. A possible future new format should choose a different prefix. This prefix can also be incremented for a future version of the present format.
A constant value that indicates the type of format. For the present format defined in this RFC, the prefix is `0x0100`.
Future version of the present format must increment second byte (next version use prefix `0x0101`).
A possible future format should increment the first byte of the prefix.
### Message type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment