Skip to content

taxborn/hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashing Experiments

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.

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