X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm06000_a1.cl;h=4c3270a9a7c34f1c3981c4a35871b4050816b165;hb=ed1863c2630bc8194d38587d753dde71a315402a;hp=29e546c9f56fa959d0033a166c3494d603689ecd;hpb=a7886f02f44ebc3d01f2c9ee3fef0c35e2736b96;p=hashcat.git diff --git a/OpenCL/m06000_a1.cl b/OpenCL/m06000_a1.cl index 29e546c..4c3270a 100644 --- a/OpenCL/m06000_a1.cl +++ b/OpenCL/m06000_a1.cl @@ -7,18 +7,12 @@ #define NEW_SIMD_CODE -#include "include/constants.h" -#include "include/kernel_vendor.h" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - -#include "include/kernel_functions.c" -#include "OpenCL/types_ocl.c" -#include "OpenCL/common.c" -#include "OpenCL/simd.c" +#include "inc_vendor.cl" +#include "inc_hash_constants.h" +#include "inc_hash_functions.cl" +#include "inc_types.cl" +#include "inc_common.cl" +#include "inc_simd.cl" void ripemd160_transform (const u32x w[16], u32x dgst[5]) {