Metadata-Version: 2.4
Name: md2hash
Version: 1.0.2
Summary: Pure Python implementation of MD2 cryptographic hash function (RFC 1319)
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/md2-hash
Project-URL: Bug Reports, https://github.com/yourusername/md2-hash/issues
Project-URL: Source, https://github.com/yourusername/md2-hash
Keywords: md2,hash,cryptography,digest,rfc1319
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# MD2 Hash

A pure Python implementation of the MD2 cryptographic hash function as defined in RFC 1319.

## Installation

```bash
pip install md2hash
