https://github.com/retrodev256/zest4096
Implementations of a 4096 bit hash based off of ChaCha
https://github.com/retrodev256/zest4096
Last synced: 8 months ago
JSON representation
Implementations of a 4096 bit hash based off of ChaCha
- Host: GitHub
- URL: https://github.com/retrodev256/zest4096
- Owner: RetroDev256
- License: gpl-3.0
- Created: 2021-10-10T17:42:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T16:20:13.000Z (over 4 years ago)
- Last Synced: 2025-06-04T11:21:36.022Z (11 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zest4096
Implementations of a 4096 bit hash based off of ChaCha
This is an attempt to make a hash function based off the recent ChaCha20 hash,
with a larger block and state size.
The implementations should have the hash function "zest4096", which when given one input,
should return the same output for all implementations posted.