Hashing experiments
  • Rust 66.2%
  • C 25.2%
  • Python 8.6%
Find a file
Braxton Fair b3fec54d9c
All checks were successful
/ print-content (push) Successful in 19s
docs: small update
2026-01-26 22:02:27 -06:00
.forgejo/workflows feat: add forgejo workflow 2026-01-07 07:51:09 -06:00
hashslingingslasher add readme and hashslingingslasher 2024-06-21 11:36:15 -05:00
hss fix merge stuff 2024-07-01 21:12:01 -05:00
main.c update readme 2024-06-26 06:23:14 -05:00
out.txt update readme 2024-06-26 06:23:14 -05:00
README.md docs: small update 2026-01-26 22:02:27 -06:00
sha.py add multithreaded rust, python, and c programs 2024-06-25 20:01:59 -05:00
test update readme 2024-06-26 06:23:14 -05:00

Hashing Experiments

I came across SHAllenge and decided I wanted to create my own program to generate SHA256 (and other) hashes easily and as fast as possible.

Hardware

🖥️ CPU: i7-13700k

📺 GPU: Radeon RX 7900 XT

Current programs

🖥️ hss - ~240 MH/s Multi-threaded Rust Program

🖥️ hashslingingslasher - 5.5 MH/s Single-threaded Rust Program

🖥️ main.c - 7 MH/s Mutli-threaded C program

🖥️ sha.py - ~2.4 MH/s Single-threaded Python Program