README
This commit is contained in:
@@ -1,16 +1,14 @@
|
|||||||
# pyaegis
|
# pyaegis
|
||||||
|
|
||||||
[](https://badge.fury.io/py/pyaegis)
|
[](https://badge.fury.io/py/pyaegis)
|
||||||
[](https://github.com/LeoVasanko/pyaegis/blob/main/libaegis/LICENSE)
|
|
||||||
|
|
||||||
Fast, safe Python bindings for the AEGIS family of authenticated encryption algorithms (via libaegis).
|
Safe Python bindings for the AEGIS family of very fast authenticated encryption algorithms (via libaegis).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
- PyPI (recommended):
|
Using [uv](https://docs.astral.sh/uv/getting-started/installation/):
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
pip install pyaegis
|
uv pip install git+https://github.com/LeoVasanko/pyaegis.git
|
||||||
```
|
```
|
||||||
|
|
||||||
For development builds, see BUILD.md.
|
For development builds, see BUILD.md.
|
||||||
|
|||||||
Reference in New Issue
Block a user