Metadata-Version: 2.4
Name: zenc
Version: 0.1.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Rust
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Summary: Streaming AEAD file encryption/decryption (Rust) with Python bindings
Author-email: Your Name <you@example.com>
License: MIT OR Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# zenc

Streaming, authenticated file encryption (Rust) with Python bindings via PyO3 + maturin.

## Build (dev)

```bash
# Requires: Rust (stable), Python 3.8+, maturin, libsodium (runtime)
pip install maturin
maturin develop --release

