mirror of
https://github.com/hashcat/hashcat
synced 2025-03-19 06:14:22 +01:00

* https://github.com/hashcat/hashcat/pull/485 * https://github.com/hashcat/hashcat/pull/486
10 lines
217 B
C
10 lines
217 B
C
/**
|
|
* Author......: Jens Steube <jens.steube@gmail.com>
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void md5_64 (uint block[16], uint digest[4]);
|
|
void md5_complete_no_limit (uint digest[4], uint *plain, uint plain_len);
|