summaryrefslogtreecommitdiff
path: root/TODO
blob: 3e32dd12d4afc5bc8bddd9ce5c165db998c60d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
To-Do

- Cryptography
  - hmac_sha256 https://github.com/h5p9sl/hmac_sha256
  - ECC         https://github.com/iSECPartners/nano-ecc
  - TLS
- Data formats
  - UTF-8
  - JSON
  - unival
  - XML: print
- System
  - Long file name support for Windows
  - Better atomics support
  - Run process
  - Terminal
  - Sockets tests
- Utils
  - parse, print
  - String builder: tests
  - Compression: zip, bzip2
  - Refactor miniz; add tests