master
wipedlife 2021-06-25 09:24:20 +03:00
parent 597b57f9ec
commit b81dc33d74
2 changed files with 7 additions and 6 deletions

6
README vendored
View File

@ -22,12 +22,12 @@
!https://travis-ci.com/wipedlifepotato/bacteria.svg?branch=master!:https://travis-ci.com/wipedlifepotato/bacteria
¤Bacteria¤
Features(not only whose in the list):
- cryptocoins JSON-RPC support in C and Lua {in libbacteria}
- cryptocoins JSON-RPC support in C and Lua {in libbacteria} {{libcrypto+libjson}}
- ...
- async/sync crypto support in C and Lua (X25519+AES[ECB/CBC]+ChaCha20) {in libbacteria}
- 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}}
TODO(for now):
- libgd for images
- pre-init postgres database and C code for works with it, and lua module for work with it
- own network protocol idea.
- create server

7
README.md vendored
View File

@ -24,15 +24,16 @@
# ¤Bacteria¤
## Features(not only whose in the list):
* - cryptocoins JSON-RPC support in C and Lua {in libbacteria}
* - cryptocoins JSON-RPC support in C and Lua {in libbacteria} {{libcrypto+libjson}}
* - ...
* - async/sync crypto support in C and Lua (X25519+AES[ECB/CBC]+ChaCha20) {in libbacteria}
* - 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}}
## TODO(for now)
* [- async/sync crypto for libbacteria for server and lua script](POP! Is done)
* - libgd for images
* [- libgd for images](POS! Is done)
* - pre-init postgres database and C code for works with it, and lua module for work with it
* - own network protocol idea.
* - create server