18#ifndef _WIZARDSTOOLKIT_SHA1_H
19#define _WIZARDSTOOLKIT_SHA1_H
21#if defined(__cplusplus) || defined(c_plusplus)
44#if defined(__cplusplus) || defined(c_plusplus)
WizardExport const StringInfo * GetSHA1Digest(const SHA1Info *)
WizardExport SHA1Info * DestroySHA1Info(SHA1Info *)
WizardExport WizardBooleanType UpdateSHA1(SHA1Info *, const StringInfo *)
WizardExport WizardBooleanType FinalizeSHA1(SHA1Info *)
WizardExport WizardBooleanType InitializeSHA1(SHA1Info *)
WizardExport unsigned int GetSHA1Blocksize(const SHA1Info *)
WizardExport unsigned int GetSHA1Digestsize(const SHA1Info *)
WizardExport SHA1Info * AcquireSHA1Info(void)