Advent of Code

Documentation
Login

Documentation

#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