Hashing experiments
- Rust 66.2%
- C 25.2%
- Python 8.6%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| hashslingingslasher | ||
| hss | ||
| main.c | ||
| out.txt | ||
| README.md | ||
| sha.py | ||
| test | ||
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