X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=02df8ea768c35b1100e22c9b78a39fd862566a37;hb=8702d0e3e155e6a61ca1b0dcdc1ec924d92b8436;hp=b9f860fc97b88e7c62409df0136128fd8c9a12aa;hpb=4ed8977e487bf6b0bc66b9e9bd89cfbe241649fe;p=hashcat.git diff --git a/include/types.h b/include/types.h index b9f860f..02df8ea 100644 --- a/include/types.h +++ b/include/types.h @@ -917,7 +917,7 @@ typedef struct #define PW_MAX1 (PW_MAX + 1) #define PW_DICTMAX 31 #define PW_DICTMAX1 (PW_DICTMAX + 1) -#define PARAMCNT 32 +#define PARAMCNT 64 struct __hc_device_param { @@ -1064,7 +1064,10 @@ struct __hc_device_param cl_mem d_tmps; cl_mem d_hooks; cl_mem d_result; - cl_mem d_scryptV_buf; + cl_mem d_scryptV0_buf; + cl_mem d_scryptV1_buf; + cl_mem d_scryptV2_buf; + cl_mem d_scryptV3_buf; cl_mem d_root_css_buf; cl_mem d_markov_css_buf;