Skip to content
Snippets Groups Projects
Commit 2284a95c authored by Éloïs's avatar Éloïs Committed by Éloïs
Browse files

[DEWIF] add currency code

parent 3b210834
No related branches found
No related tags found
1 merge request!5Dewif
......@@ -36,8 +36,16 @@ This base64 string encodes a sequence of bytes whose structure is defined below.
## dewif bytes structure
| version (4 bytes) | encrypted datas (any bytes) |
|:-----------------:|:---------------------------:|
| version (4 bytes) | currency code (4 bytes) | encrypted datas (any bytes) |
|:-----------------:|:-----------------------:|:---------------------------:|
## Currencies code
| Currency | code |
|:---------|:-----------|
| None | 0x00000000 |
| Ğ1 | 0x00000001 |
| Ğ1-Test | 0x01000001 |
## encrypted datas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment