Metadata-Version: 2.4
Name: sharag256
Version: 0.1.0
Summary: SHARAG-256 hashing algorithm with complex randomization
Project-URL: Homepage, https://github.com/anantjainn/sharag256
Author-email: Anant Jain <ritujainanant2810@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Sharag256

Custom hashing algorithm combining SHA-256 compression with complex mathematical randomization.

## Installation
```bash
pip install sharag256
