/* Code from https://github.com/Zunawe/md5-c */ void md5String(char *input, uint8_t *result); void md5File(FILE *file, uint8_t *result);