Metadata-Version: 2.4
Name: pq-key-fingerprint
Version: 0.0.1
Summary: Generate fingerprints/hashes of PQ public keys
License-Expression: MIT
Keywords: cryptography,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-fingerprint

Generate fingerprints/hashes of PQ public keys

## Installation

```bash
pip install pq-key-fingerprint
```

## Usage

```python
import pq_key_fingerprint

# Coming soon
```

## License

MIT
