mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-24 06:31:07 +00:00
adjusted kernels to newest refactoring
This commit is contained in:
parent
959852a1aa
commit
798f026e3a
@ -61,10 +61,8 @@ any external components and dependencies which may be included with PKZIP Kernel
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_vendor.cl"
|
#include "inc_vendor.h"
|
||||||
#include "inc_hash_constants.h"
|
#include "inc_types.h"
|
||||||
#include "inc_hash_functions.cl"
|
|
||||||
#include "inc_types.cl"
|
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
|
|
||||||
|
@ -84,10 +84,8 @@ Author: Sein Coray
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_vendor.cl"
|
#include "inc_vendor.h"
|
||||||
#include "inc_hash_constants.h"
|
#include "inc_types.h"
|
||||||
#include "inc_hash_functions.cl"
|
|
||||||
#include "inc_types.cl"
|
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
#include "inc_rp.h"
|
#include "inc_rp.h"
|
||||||
|
@ -84,10 +84,8 @@ Author: Sein Coray
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_vendor.cl"
|
#include "inc_vendor.h"
|
||||||
#include "inc_hash_constants.h"
|
#include "inc_types.h"
|
||||||
#include "inc_hash_functions.cl"
|
|
||||||
#include "inc_types.cl"
|
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
|
|
||||||
|
@ -84,10 +84,8 @@ Author: Sein Coray
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_vendor.cl"
|
#include "inc_vendor.h"
|
||||||
#include "inc_hash_constants.h"
|
#include "inc_types.h"
|
||||||
#include "inc_hash_functions.cl"
|
|
||||||
#include "inc_types.cl"
|
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
|
|
||||||
|
@ -84,10 +84,8 @@ Author: Sein Coray
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_vendor.cl"
|
#include "inc_vendor.h"
|
||||||
#include "inc_hash_constants.h"
|
#include "inc_types.h"
|
||||||
#include "inc_hash_functions.cl"
|
|
||||||
#include "inc_types.cl"
|
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
#include "inc_rp.h"
|
#include "inc_rp.h"
|
||||||
|
@ -84,7 +84,12 @@ Author: Sein Coray
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_zip_inflate.cl"
|
#include "inc_vendor.h"
|
||||||
|
#include "inc_types.h"
|
||||||
|
#include "inc_common.cl"
|
||||||
|
#include "inc_simd.cl"
|
||||||
|
#include "inc_rp.h"
|
||||||
|
#include "inc_rp.cl"
|
||||||
|
|
||||||
#define CRC32(x,c) (((x)>>8)^l_crc32tab[((x)^(c))&0xff])
|
#define CRC32(x,c) (((x)>>8)^l_crc32tab[((x)^(c))&0xff])
|
||||||
#define MSB(x) ((x)>>24)
|
#define MSB(x) ((x)>>24)
|
||||||
|
@ -84,10 +84,8 @@ Author: Sein Coray
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "inc_vendor.cl"
|
#include "inc_vendor.h"
|
||||||
#include "inc_hash_constants.h"
|
#include "inc_types.h"
|
||||||
#include "inc_hash_functions.cl"
|
|
||||||
#include "inc_types.cl"
|
|
||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#include "inc_simd.cl"
|
#include "inc_simd.cl"
|
||||||
#include "inc_rp.h"
|
#include "inc_rp.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user