README
parent
ae3e52f225
commit
5ad06817a7
1
README
1
README
|
@ -27,6 +27,7 @@ Features(not only whose in the list):
|
|||
- async/sync crypto support in C and Lua (X25519+AES[ECB/CBC]+ChaCha20) {{in libbacteria} {libencdec}}
|
||||
- ...
|
||||
- libgd for images. gd functions in C and Lua {in libbacteria} {{libimages}}
|
||||
- libgmp for Lua.(for mpz and mpf, primitives) {{libbacteria}}
|
||||
TODO(for now):
|
||||
- pre-init postgres database and C code for works with it, and lua module for work with it
|
||||
- own network protocol idea.
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
* - async/sync crypto support in C and Lua (X25519+AES[ECB/CBC]+ChaCha20) {{in libbacteria} {libencdec}}
|
||||
* - ...
|
||||
* - libgd for images. gd functions in C and Lua {in libbacteria} {{libimages}}
|
||||
* - libgmp for Lua.(for mpz and mpf, primitives) {{libbacteria}}
|
||||
|
||||
|
||||
## TODO(for now)
|
||||
|
|
Loading…
Reference in New Issue