X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=a6a15ddc8c39e862a1a3ee2a041b17a650a8739d;hb=b9eefd9b20d85c16b92106aa90b14d2ac427179c;hp=a69459344088165377a28c2a5a747d0323d8ad81;hpb=063abab3d6469830a91f6e5a22ad5b47ce3182f7;p=hashcat.git diff --git a/include/types.h b/include/types.h index a694593..a6a15dd 100644 --- a/include/types.h +++ b/include/types.h @@ -283,6 +283,12 @@ typedef struct } zip2_t; +typedef struct +{ + uint salt_buf[32]; + +} win8phone_t; + typedef struct { uint P[256];