https://github.com/plasticuproject/fnv1a
64 bit FNV-1a hash module
https://github.com/plasticuproject/fnv1a
hashing meme python3
Last synced: 5 months ago
JSON representation
64 bit FNV-1a hash module
- Host: GitHub
- URL: https://github.com/plasticuproject/fnv1a
- Owner: plasticuproject
- License: mit
- Created: 2021-04-15T14:38:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T13:45:09.000Z (almost 2 years ago)
- Last Synced: 2025-11-27T12:51:50.640Z (7 months ago)
- Topics: hashing, meme, python3
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/plasticuproject/fnv1a/actions/workflows/tests.yml)
[](https://www.python.org/downloads/release/python-311/)

[](https://badge.fury.io/py/fnv1a)
[](https://pepy.tech/project/fnv1a)
[](https://coveralls.io/github/plasticuproject/fnv1a?branch=master)
[](https://github.com/plasticuproject/fnv1a/actions/workflows/codeql.yml)
[](https://sonarcloud.io/dashboard?id=plasticuproject_fnv1a)
[](https://sonarcloud.io/dashboard?id=plasticuproject_fnv1a)
# fnv1a
OOP implimentation of a 64 bit FNV-1a hashing algorithm, where you can create hash
objects with "states" and "dehash" a list of "states" to recreate the original string.
It's completely useless and ridiculous and it makes no sense, but I was really bored.
```pip install fnv1a```