ColumPaget / Hashrat

Hashing tool supporting md5,sha1,sha256,sha512,whirlpool,jh and hmac versions of these. Includes recursive file hashing and other features.
GNU General Public License v3.0
63 stars 11 forks source link

Defines SHA2_UNROLL_TRANSFORM for faster SHA2 hashing #11

Closed jevuu closed 6 years ago

jevuu commented 6 years ago

Fixes: #10

Adds -DSHA2_UNROLL_TRANSFORM as a flag in the Makefile when compiling sha2.c

ColumPaget commented 6 years ago

Thanks for this, I had no idea that existed. I'll add that flag to the next libUseful release too.