I came across SHAllenge and decided to create my own on my website www.taxborn.com/sha. I also wanted to create my own program to generate SHA256 (and other) hashes easily and as fast as possible.
🖥️ CPU: i7-13700k
📺 GPU: Radeon RX 7900 XT
🖥️ 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