Metadata-Version: 2.1
Name: pychacha
Version: 1.0.3
Summary: ChaCha20 encryption tools for Python.
Home-page: https://github.com/thecodeforge/pychacha
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# pychacha

This is an implementation of ChaCha20 encryption in Python, with optional RSA encryption of the ChaCha20 key.

This code is provided as-is, with no warranty of safety, security, or functionality. Use at your own risk.
