First working version of -m 13500
[hashcat.git] / OpenCL / types_ocl.c
index 98ed8b9..b2e9b86 100644 (file)
@@ -1577,6 +1577,16 @@ typedef struct
 
 } oldoffice34_t;
 
+typedef struct
+{
+  u32 salt_buf[128];
+  u32 salt_len;
+
+  u32 pc_digest[5];
+  u32 pc_offset;
+
+} pstoken_t;
+
 typedef struct
 {
   u32 version;