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

- Cryptography
  - hmac_sha256 https://github.com/h5p9sl/hmac_sha256
  - ecdh https://github.com/kokke/tiny-ECDH-c
- Allocators
  - Memory pool
  - Memory stack
  - Bump
- System
  - Terminal
  - File and memory mapping
  - Inter-process transfer
  - Graphics boilerplate
    - X11 (Linux)
    - Win32 (Windows)
    - Cocoa (macOS)
    - Emscripten (WebAssembly)
- FILE wrapper for input stream.
- Sockets tests
- Windows and macOS build scripts.