mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-04-03 18:00:08 +03:00
Update Encrypt.h
Remove MD4 which is out of date
This commit is contained in:
parent
e944e6a848
commit
4063045e7e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user