blob: 3011831e37c1e0cb429de775991ed6a4195ffd21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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)
- String builder.
- UTF-8.
- Sockets tests.
- HTTP 1 client.
- Better atomics support.
|