Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taxborn/hashing
Hashing experiments
https://github.com/taxborn/hashing
hashing sha256
Last synced: 5 days ago
JSON representation
Hashing experiments
- Host: GitHub
- URL: https://github.com/taxborn/hashing
- Owner: taxborn
- Created: 2024-06-21T16:36:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T11:24:12.000Z (6 months ago)
- Last Synced: 2024-06-27T12:31:41.631Z (6 months ago)
- Topics: hashing, sha256
- Language: Rust
- Homepage: https://www.taxborn.com/sha
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashing Experiments
I came across [SHAllenge](https://shallenge.quirino.net/) and decided to
create my own on my website [www.taxborn.com/sha](https://www.taxborn.com/sha).
I also wanted to create my own program to generate SHA256 (and other) hashes easily and
as fast as possible.#### Hardware
:desktop_computer: **CPU:** i7-13700k:tv: **GPU:** Radeon RX 7900 XT
## Current programs
:desktop_computer: [hss](hss/) - ~240 MH/s Multi-threaded Rust Program:desktop_computer: [hashslingingslasher](hashslingingslasher/) - 5.5 MH/s Single-threaded Rust Program
:desktop_computer: [main.c](main.c) - 7 MH/s Mutli-threaded C program
:desktop_computer: [sha.py](sha.py) - ~2.4 MH/s Single-threaded Python Program