First working version of -m 13500
[hashcat.git] / include / types.h
index 621a92a..fee2f63 100644 (file)
@@ -256,6 +256,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
 {
   uint P[256];
@@ -702,13 +712,6 @@ typedef struct
 
 } psafe3_t;
 
-typedef struct 
-{
-  u32 salt_buf[128];
-  u32 salt_len;
-
-} pstoken_t;
-
 typedef struct
 {
   char    plain_buf[256];