X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=621a92a9d3c7c0176fa0529c3b00598918afd037;hb=9294aaccae5ce4623fa7dfa86c95eeb832f8c4cb;hp=35503ca63a5155f0c73b5d6055da51fc21b26c6e;hpb=828fdb9621fe195c262d4dc415757d72d4c35e0e;p=hashcat.git diff --git a/include/types.h b/include/types.h index 35503ca..621a92a 100644 --- a/include/types.h +++ b/include/types.h @@ -702,6 +702,13 @@ typedef struct } psafe3_t; +typedef struct +{ + u32 salt_buf[128]; + u32 salt_len; + +} pstoken_t; + typedef struct { char plain_buf[256];