| Crates.io | py-pkstl |
| lib.rs | py-pkstl |
| version | 0.1.0 |
| created_at | 2019-12-14 23:00:18.322589+00 |
| updated_at | 2019-12-14 23:00:18.322589+00 |
| description | Python bindings for pkstl |
| homepage | https://git.duniter.org/tools/py-pkstl |
| repository | https://git.duniter.org/tools/py-pkstl |
| max_upload_size | |
| id | 189430 |
| size | 50,178 |
Python 3 bindings for Rust PKSTL. PKSTL is a security layer for network connections (public key cryptography & Diffie-Hellman secret generation).
After build, place directly libpy_pkstl.so in your site-packages under the name pkstl.so. There are scripts for this, install_debug.sh and install_release.sh. (python-3.8 assumed, but >=3.5 should be OK)
Download compiled latest version (directly usable from Python)
Run an example (client-server echo):
python3 py/example_echo.py server
python3 py/example_echo.py client
# and type some text into the client!