18#ifndef _WIZARDSTOOLKIT_SHA2256_H
19#define _WIZARDSTOOLKIT_SHA2256_H
21#if defined(__cplusplus) || defined(c_plusplus)
44#if defined(__cplusplus) || defined(c_plusplus)
WizardExport WizardBooleanType InitializeSHA2256(SHA2256Info *)
WizardExport WizardBooleanType UpdateSHA2256(SHA2256Info *, const StringInfo *)
WizardExport unsigned int GetSHA2256Blocksize(const SHA2256Info *)
WizardExport const StringInfo * GetSHA2256Digest(const SHA2256Info *)
WizardExport SHA2256Info * DestroySHA2256Info(SHA2256Info *)
WizardExport SHA2256Info * AcquireSHA2256Info(void)
WizardExport WizardBooleanType FinalizeSHA2256(SHA2256Info *)
WizardExport unsigned int GetSHA2256Digestsize(const SHA2256Info *)