This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#define T_MASK ((md5_word_t)~0) | |
#define T1 0xd76aa478 | |
#define T2 0xe8c7b756 | |
#define T3 0x242070db | |
#define T4 0xc1bdceee | |
#define T5 0xf57c0faf | |
#define T6 0x4787c62a | |
#define T7 0xa8304613 |