Simple C lib of the MD5 algorithm
git clone https://github.com/fumiama/simple-md5-lib.git cd simple-md5-lib mkdir build cd build cmake .. make make install
simplemd5.h
#include <simplemd5.h>
md5
free
uint8_t* md5(const uint8_t *data, size_t data_len);