Advent of Code

md5mini.h at [235f764371]
Login

md5mini.h at [235f764371]

File md5mini/md5mini.h artifact f7c04a734d part of check-in 235f764371


#ifndef MD5MINI_H_INCLUDED
#define MD5MINI_H_INCLUDED

void md5mini(unsigned char *dstarr, const char *src);
#ifndef NDEBUG
void md5mini_run_all_tests(void);
#endif

#endif