From 1f1f2c3de18d9ec5af4222bb0e23864ab09aecbc Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 17 Aug 2011 15:21:09 +1000 Subject: [PATCH] Just use 256 sized output. --- phatk110816.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phatk110816.cl b/phatk110816.cl index e9e913aa..bccc1cd3 100644 --- a/phatk110816.cl +++ b/phatk110816.cl @@ -388,7 +388,7 @@ void search( const uint state0, const uint state1, const uint state2, const uint u v = W[117] + W[108] + Vals[3] + Vals[7] + P2(124) + P1(124) + Ch((Vals[0] + Vals[4]) + (K[59] + W(59+64)) + s1(64+59)+ ch(59+64),Vals[1],Vals[2]); u g = -(K[60] + H[7]) - S1((Vals[0] + Vals[4]) + (K[59] + W(59+64)) + s1(64+59)+ ch(59+64)); -#define NFLAG (0xFFEUL) +#define NFLAG (0xFF) #ifdef VECTORS4 if (v.x == g.x)