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

[DEWIF] add currency code

parent 0a3300fb
Branches dewif
No related tags found
No related merge requests found
...@@ -36,8 +36,16 @@ This base64 string encodes a sequence of bytes whose structure is defined below. ...@@ -36,8 +36,16 @@ This base64 string encodes a sequence of bytes whose structure is defined below.
## dewif bytes structure ## 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 ## encrypted datas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment