18#ifndef _WIZARDSTOOLKIT_SHA2512_H
19#define _WIZARDSTOOLKIT_SHA2512_H
21#if defined(__cplusplus) || defined(c_plusplus)
44#if defined(__cplusplus) || defined(c_plusplus)
WizardExport WizardBooleanType InitializeSHA2512(SHA2512Info *)
WizardExport WizardBooleanType UpdateSHA2512(SHA2512Info *, const StringInfo *)
WizardExport const StringInfo * GetSHA2512Digest(const SHA2512Info *)
WizardExport SHA2512Info * DestroySHA2512Info(SHA2512Info *)
WizardExport WizardBooleanType FinalizeSHA2512(SHA2512Info *)
WizardExport SHA2512Info * AcquireSHA2512Info(void)
WizardExport unsigned int GetSHA2512Digestsize(const SHA2512Info *)
WizardExport unsigned int GetSHA2512Blocksize(const SHA2512Info *)