X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=fee2f6345f6146c4262767f0cff35919e6271c0d;hb=aef8dc2b0181d865b8f684c9e3af4fd9dba81012;hp=621a92a9d3c7c0176fa0529c3b00598918afd037;hpb=9294aaccae5ce4623fa7dfa86c95eeb832f8c4cb;p=hashcat.git diff --git a/include/types.h b/include/types.h index 621a92a..fee2f63 100644 --- a/include/types.h +++ b/include/types.h @@ -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];