1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

fixes issue #5: formatting problem with tabs vs spaces

This commit is contained in:
philsmd 2015-12-06 11:29:29 +01:00
parent c9b3bc17de
commit ef548d3088
45 changed files with 1792 additions and 1799 deletions

View File

@ -267,7 +267,6 @@ __device__ static void s6 (const u32 a1, const u32 a2, const u32 a3, const u32 a
LUT(x925E63E1965A63E1, x3A3A65653A3A6565, x6CA89C7869A49C79, xD6DE73F9D6DE73F9, 0xA2) LUT(x925E63E1965A63E1, x3A3A65653A3A6565, x6CA89C7869A49C79, xD6DE73F9D6DE73F9, 0xA2)
LUT(x2, a6, x6CA89C7869A49C79, x925E63E1965A63E1, 0xCA) LUT(x2, a6, x6CA89C7869A49C79, x925E63E1965A63E1, 0xCA)
*out1 ^= x1; *out1 ^= x1;
*out2 ^= x2; *out2 ^= x2;
*out3 ^= x3; *out3 ^= x3;
@ -301,7 +300,6 @@ __device__ static void s7 (const u32 a1, const u32 a2, const u32 a3, const u32 a
LUT(x6776675B6776675B, xADAFF8A5ADAFF8A5, x94E97A9494E97A94, xE3CF1FD5E3CF1FD5, 0x6B) LUT(x6776675B6776675B, xADAFF8A5ADAFF8A5, x94E97A9494E97A94, xE3CF1FD5E3CF1FD5, 0x6B)
LUT(x2, a6, xE96016B7E96016B7, x6776675B6776675B, 0xC6) LUT(x2, a6, xE96016B7E96016B7, x6776675B6776675B, 0xC6)
*out1 ^= x1; *out1 ^= x1;
*out2 ^= x2; *out2 ^= x2;
*out3 ^= x3; *out3 ^= x3;
@ -334,7 +332,6 @@ __device__ static void s8 (const u32 a1, const u32 a2, const u32 a3, const u32 a
LUT(x9D48FA949D48FA94, x3BF77B7B3BF77B7B, xBFEAEBBEBFEAEBBE, x9955EE559955EE55, 0x9C) LUT(x9D48FA949D48FA94, x3BF77B7B3BF77B7B, xBFEAEBBEBFEAEBBE, x9955EE559955EE55, 0x9C)
LUT(x1, a6, xC729695AC729695A, x9D48FA949D48FA94, 0x39) LUT(x1, a6, xC729695AC729695A, x9D48FA949D48FA94, 0x39)
*out1 ^= x1; *out1 ^= x1;
*out2 ^= x2; *out2 ^= x2;
*out3 ^= x3; *out3 ^= x3;

View File

@ -264,7 +264,6 @@ __device__ static void s6 (const u32 a1, const u32 a2, const u32 a3, const u32 a
LUT(x925E63E1965A63E1, x3A3A65653A3A6565, x6CA89C7869A49C79, xD6DE73F9D6DE73F9, 0xA2) LUT(x925E63E1965A63E1, x3A3A65653A3A6565, x6CA89C7869A49C79, xD6DE73F9D6DE73F9, 0xA2)
LUT(x2, a6, x6CA89C7869A49C79, x925E63E1965A63E1, 0xCA) LUT(x2, a6, x6CA89C7869A49C79, x925E63E1965A63E1, 0xCA)
*out1 ^= x1; *out1 ^= x1;
*out2 ^= x2; *out2 ^= x2;
*out3 ^= x3; *out3 ^= x3;
@ -298,7 +297,6 @@ __device__ static void s7 (const u32 a1, const u32 a2, const u32 a3, const u32 a
LUT(x6776675B6776675B, xADAFF8A5ADAFF8A5, x94E97A9494E97A94, xE3CF1FD5E3CF1FD5, 0x6B) LUT(x6776675B6776675B, xADAFF8A5ADAFF8A5, x94E97A9494E97A94, xE3CF1FD5E3CF1FD5, 0x6B)
LUT(x2, a6, xE96016B7E96016B7, x6776675B6776675B, 0xC6) LUT(x2, a6, xE96016B7E96016B7, x6776675B6776675B, 0xC6)
*out1 ^= x1; *out1 ^= x1;
*out2 ^= x2; *out2 ^= x2;
*out3 ^= x3; *out3 ^= x3;
@ -331,7 +329,6 @@ __device__ static void s8 (const u32 a1, const u32 a2, const u32 a3, const u32 a
LUT(x9D48FA949D48FA94, x3BF77B7B3BF77B7B, xBFEAEBBEBFEAEBBE, x9955EE559955EE55, 0x9C) LUT(x9D48FA949D48FA94, x3BF77B7B3BF77B7B, xBFEAEBBEBFEAEBBE, x9955EE559955EE55, 0x9C)
LUT(x1, a6, xC729695AC729695A, x9D48FA949D48FA94, 0x39) LUT(x1, a6, xC729695AC729695A, x9D48FA949D48FA94, 0x39)
*out1 ^= x1; *out1 ^= x1;
*out2 ^= x2; *out2 ^= x2;
*out3 ^= x3; *out3 ^= x3;

View File

@ -1773,7 +1773,6 @@ if [ "${PACKAGE}" -eq 0 -o -z "${PACKAGE_FOLDER}" ]; then
IS_SLOW=$? IS_SLOW=$?
if [[ ${hash_type} -eq 400 ]]; then if [[ ${hash_type} -eq 400 ]]; then
# we use phpass as slow hash for testing the AMP kernel # we use phpass as slow hash for testing the AMP kernel
IS_SLOW=0 IS_SLOW=0
fi fi