A Python port of the Invisible Internet Project (I2P)
1# i2p-crypto
2
3I2P cryptographic primitives — meta-package
4
5## Installation
6
7```bash
8pip install i2p-crypto
9```
10
11This meta-package installs:
12- `i2p-py-crypto-aes`
13- `i2p-py-crypto-chacha`
14- `i2p-py-crypto-dsa`
15- `i2p-py-crypto-eddsa`
16- `i2p-py-crypto-elgamal`
17- `i2p-py-crypto-garlic`
18- `i2p-py-crypto-hash`
19- `i2p-py-crypto-hkdf`
20- `i2p-py-crypto-hmac`
21- `i2p-py-crypto-mlkem`
22- `i2p-py-crypto-noise`
23- `i2p-py-crypto-session-keys`
24- `i2p-py-crypto-siphash`
25- `i2p-py-crypto-x25519`
26
27Part of the [I2P Python](https://github.com/Bimo-Studio/i2p-python) project.
28
29## License
30
31MIT License. Copyright (c) 2026 bimo.studio.