From: Fist0urs Date: Wed, 17 Feb 2016 12:32:07 +0000 (+0100) Subject: Cosmetic change -m 13100 X-Git-Tag: v3.00-beta~269^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=223ab0b3db05db88533d02a903a55b7653066374;p=hashcat.git Cosmetic change -m 13100 Removed commented part (the commented part was there to implement full last arc4'ing + hmac-md5) We will see if some people find collision. In this case we will add this last check --- diff --git a/OpenCL/m13100_a0.cl b/OpenCL/m13100_a0.cl index ab5d964..050b316 100644 --- a/OpenCL/m13100_a0.cl +++ b/OpenCL/m13100_a0.cl @@ -140,7 +140,7 @@ static u8 rc4_next_16 (__local RC4_KEY *rc4_key, u8 i, u8 j, __global u32 in[4], return j; } -static int decrypt_and_check (__local RC4_KEY *rc4_key, u32 data[4], __global u32* edata2 /*, u32 edata2_len */) +static int decrypt_and_check (__local RC4_KEY *rc4_key, u32 data[4], __global u32* edata2) { rc4_init_16 (rc4_key, data);