X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fmd4.h;fp=Common%2Frt%20api%2Fmd4.h;h=f83aa1a7cf21aec91cb4be8d2ca899ae0da6c518;hb=be9db72731412fad58246851d4f345c01392351c;hp=249ebcd54b31f67b4b4c477fc7a1610c1739982b;hpb=b3e14a93645a48910b1c608c9bbf276479786f95;p=freerainbowtables diff --git a/Common/rt api/md4.h b/Common/rt api/md4.h index 249ebcd..f83aa1a 100644 --- a/Common/rt api/md4.h +++ b/Common/rt api/md4.h @@ -3,6 +3,9 @@ #include "global.h" + +#define MD4_DIGEST_LENGTH 16 + //Main function void MD4_NEW( unsigned char * buf, int len, unsigned char * pDigest);