1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00
hashcat/include/cpu_md5.h

10 lines
217 B
C
Raw Normal View History

/**
* Author......: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#pragma once
void md5_64 (uint block[16], uint digest[4]);
2016-08-31 03:13:41 +02:00
void md5_complete_no_limit (uint digest[4], uint *plain, uint plain_len);