wiki pages
Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
parent
79e3ced612
commit
e27c30b7b0
2 changed files with 2 additions and 2 deletions
2
Home.md
2
Home.md
|
|
@ -59,7 +59,7 @@ Developers building applications that require end-to-end encryption and want pos
|
|||
|---------|------|---------|
|
||||
| `libsoliton` (crates.io) | `soliton/` | Core library — all cryptographic logic |
|
||||
| `libsoliton_capi` (crates.io) | `soliton_capi/` | C ABI FFI layer (cbindgen-generated header) |
|
||||
| `soliton` (PyPI) | `soliton_py/` | Python binding (PyO3/maturin) |
|
||||
| `soliton-py` (PyPI) | `soliton_py/` | Python binding (PyO3/maturin) |
|
||||
| `soliton-wasm` (npm) | `soliton_wasm/` | WASM binding (wasm-bindgen) |
|
||||
| `soliton-cli` (cargo) | `soliton_cli/` | Native CLI |
|
||||
| `soliton_zig` | `soliton_zig/` | Zig wrapper (consumes CAPI via `@cImport`) |
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Python bindings for [libsoliton](https://git.lo.sh/lo/libsoliton) — a pure-Rus
|
|||
## Install
|
||||
|
||||
```bash
|
||||
pip install soliton
|
||||
pip install soliton-py
|
||||
```
|
||||
|
||||
Builds from source via [maturin](https://www.maturin.rs/) — requires a Rust toolchain.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue