Metadata-Version: 2.4
Name: pq-key-encoder
Version: 0.0.1
Summary: Post-quantum key encoding utilities
License-Expression: MIT
Keywords: cryptography,key-encoding,post-quantum,pqc
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pq-key-encoder

Post-quantum key encoding utilities.

## Installation

```bash
pip install pq-key-encoder
```

## Usage

```python
import pq_key_encoder

# Coming soon
```

## License

MIT
