The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
// (c) eAthena Dev Team - Licensed under GNU GPL// For more information, see LICENCE in the main folder#ifndef _MD5CALC_H_#define _MD5CALC_H_voidMD5_String(constchar*string,char*output);voidMD5_String2binary(constchar*string,char*output);#endif