We need an esalt to hold the unused IV otherwise the unique salt count becomes incorr...
[hashcat.git] / include / types.h
index 7be1713..a4fdbf8 100644 (file)
@@ -31,6 +31,12 @@ typedef struct
 
 } salt_t;
 
+typedef struct
+{
+  uint iv[4];
+
+} rar5_t;
+
 typedef struct
 {
   int   V;