X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fshared.h;h=020311719be6ff904523056aa4b1a33c5ab765dc;hb=5542e460220bc0398aa40745e0489d97f534217e;hp=1a6c53610ac6df84e56ce99f0d65f3d0932b9b30;hpb=3461673b26e6c15ebd94c2f2e97147c71e53e2f7;p=hashcat.git diff --git a/include/shared.h b/include/shared.h index 1a6c536..0203117 100644 --- a/include/shared.h +++ b/include/shared.h @@ -837,6 +837,7 @@ extern hc_thread_mutex_t mux_display; #define HASH_TYPE_BSDICRYPT 48 #define HASH_TYPE_RAR3HP 49 #define HASH_TYPE_KRB5TGS 50 +#define HASH_TYPE_STDOUT 51 #define KERN_TYPE_MD5 0 #define KERN_TYPE_MD5_PWSLT 10 @@ -1125,6 +1126,7 @@ extern hc_thread_mutex_t mux_display; #define ROUNDS_AXCRYPT 10000 #define ROUNDS_KEEPASS 6000 #define ROUNDS_ZIP2 1000 +#define ROUNDS_STDOUT 0 /** * salt types @@ -1216,7 +1218,6 @@ extern hc_thread_mutex_t mux_display; * digests */ -#define DGST_SIZE_0 0 #define DGST_SIZE_4_2 (2 * sizeof (uint)) // 8 #define DGST_SIZE_4_4 (4 * sizeof (uint)) // 16 #define DGST_SIZE_4_5 (5 * sizeof (uint)) // 20