1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

Cleanup -m 1400 kernels to latest standard

This commit is contained in:
Jens Steube 2016-03-03 16:15:33 +01:00
parent 9ba3498e4b
commit 8f8d98665b
2 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ __kernel void m01400_m04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
append_0x80_2x4_VV (w0, w1, out_len);
/**
* sha1
* sha256
*/
u32x w0_t = swap32 (w0[0]);
@ -235,7 +235,7 @@ __kernel void m01400_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
append_0x80_2x4_VV (w0, w1, out_len);
/**
* sha1
* sha256
*/
u32x w0_t = swap32 (w0[0]);

View File

@ -124,7 +124,7 @@ __kernel void m01400_m04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
w3[3] = wordl3[3] | wordr3[3];
/**
* sha1
* sha256
*/
u32x w0_t = swap32 (w0[0]);
@ -349,7 +349,7 @@ __kernel void m01400_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
w3[3] = wordl3[3] | wordr3[3];
/**
* sha1
* sha256
*/
u32x w0_t = swap32 (w0[0]);