aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/nayuki_md5/md5.h
blob: cef3110d4ebf3dcb45b4f93ee1914ff2dc318268 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once 
 
#include <stdint.h> 
 
#if defined(__cplusplus) 
extern "C" 
#endif 
 
void md5_compress(uint32_t state[4], const uint8_t block[64]);