18#ifndef _WIZARDSTOOLKIT_SHA2384_H
19#define _WIZARDSTOOLKIT_SHA2384_H
21#if defined(__cplusplus) || defined(c_plusplus)
44#if defined(__cplusplus) || defined(c_plusplus)
WizardExport WizardBooleanType InitializeSHA2384(SHA2384Info *)
WizardExport const StringInfo * GetSHA2384Digest(const SHA2384Info *)
WizardExport SHA2384Info * AcquireSHA2384Info(void)
WizardExport SHA2384Info * DestroySHA2384Info(SHA2384Info *)
WizardExport unsigned int GetSHA2384Digestsize(const SHA2384Info *)
WizardExport unsigned int GetSHA2384Blocksize(const SHA2384Info *)
WizardExport WizardBooleanType FinalizeSHA2384(SHA2384Info *)
WizardExport WizardBooleanType UpdateSHA2384(SHA2384Info *, const StringInfo *)