Metadata-Version: 2.4
Name: forj128
Version: 1.0.1
Summary: Educational 128-bit hash function
Author: Forj128
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# forj128

Forj128 is an educational 128-bit hash function implemented from scratch in C.

## Installation

```bash
pip install forj128
```

## Usage

```python
from forj128 import hash_hex

print(hash_hex(b"hello world"))
```

## Notes

This project is not cryptographically audited and should not be used for password storage, digital signatures, or other security-sensitive workflows.
