18#ifndef _WIZARDSTOOLKIT_MD5_H
19#define _WIZARDSTOOLKIT_MD5_H
21#if defined(__cplusplus) || defined(c_plusplus)
44#if defined(__cplusplus) || defined(c_plusplus)
WizardExport unsigned int GetMD5Digestsize(const MD5Info *)
WizardExport unsigned int GetMD5Blocksize(const MD5Info *)
WizardExport WizardBooleanType InitializeMD5(MD5Info *)
WizardExport WizardBooleanType FinalizeMD5(MD5Info *)
WizardExport MD5Info * AcquireMD5Info(void)
WizardExport WizardBooleanType UpdateMD5(MD5Info *, const StringInfo *)
WizardExport const StringInfo * GetMD5Digest(const MD5Info *)
WizardExport MD5Info * DestroyMD5Info(MD5Info *)