diff --git a/OpenCL/inc_types.cl b/OpenCL/inc_types.cl index 8f9127b52..ee2b89a60 100644 --- a/OpenCL/inc_types.cl +++ b/OpenCL/inc_types.cl @@ -1495,6 +1495,13 @@ typedef struct apple_secure_notes } apple_secure_notes_t; +typedef struct jwt +{ + u32 salt_buf[1024]; + u32 salt_len; + +} jwt_t; + typedef struct pdf14_tmp { u32 digest[4]; diff --git a/include/interface.h b/include/interface.h index 7093c141c..7c8947125 100644 --- a/include/interface.h +++ b/include/interface.h @@ -497,6 +497,13 @@ typedef struct apple_secure_notes } apple_secure_notes_t; +typedef struct jwt +{ + u32 salt_buf[1024]; + u32 salt_len; + +} jwt_t; + typedef struct luks_tmp { u32 ipad32[8];