1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-15 06:31:32 +03:00

Update Encrypt.h

Remove MD4 which is out of date
This commit is contained in:
0x391F
2019-10-16 16:06:14 +08:00
committed by GitHub
parent e944e6a848
commit 4063045e7e

View File

@ -432,7 +432,6 @@ MD *NewMdEx(char *name, bool hmac);
bool SetMdKey(MD *md, void *key, UINT key_size);
UINT MdProcess(MD *md, void *dest, void *src, UINT size);
void FreeMd(MD *md);
void HashMd4(void *dst, void *src, UINT size);
void HashSha1(void *dst, void *src, UINT size);
void Md5(void *dst, void *src, UINT size);
void Sha(UINT sha_type, void *dst, void *src, UINT size);