Browse Source

Cleanup

pull/3/head
Jure Šorn 6 years ago
parent
commit
afb6888682
1 changed files with 8 additions and 8 deletions
  1. 16
      README.md

16
README.md

@ -775,14 +775,14 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
### Format
**Use capital leters for unsigned type.**
* `x` - pad byte
* `c` - char
* `h` - short
* `i` - int
* `l` - long
* `q` - long long
* `f` - float
* `d` - double
* `'x'` - pad byte
* `'c'` - char
* `'h'` - short
* `'i'` - int
* `'l'` - long
* `'q'` - long long
* `'f'` - float
* `'d'` - double
Hashlib

Loading…
Cancel
Save