1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Another some unroll to reduce register pressure

This commit is contained in:
jsteube 2016-05-08 18:57:44 +02:00
parent bd1f555c9c
commit fd77a098c5

View File

@ -110,7 +110,7 @@ void sha256_transform (const u32 w[16], u32 digest[8])
ROUND_STEP (0);
#pragma unroll
//#pragma unroll
for (int i = 16; i < 64; i += 16)
{
ROUND_EXPAND (); ROUND_STEP (i);