1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-11 02:19:02 +00:00
hashcat/include/cpu-md5.h

3 lines
120 B
C
Raw Normal View History

void md5_64 (uint block[16], uint digest[4]);
2016-08-31 01:13:41 +00:00
void md5_complete_no_limit (uint digest[4], uint *plain, uint plain_len);