Metadata-Version: 2.4
Name: pq-bitcoin-taproot
Version: 0.0.1
Summary: Taproot-compatible PQ signatures
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-bitcoin-taproot

Taproot-compatible PQ signatures

## Installation

```bash
pip install pq-bitcoin-taproot
```

## Usage

```python
import pq_bitcoin_taproot

# Coming soon
```

## License

MIT
