18#ifndef _WIZARDSTOOLKIT_TWOFISH_H
19#define _WIZARDSTOOLKIT_TWOFISH_H
21#if defined(__cplusplus) || defined(c_plusplus)
40#if defined(__cplusplus) || defined(c_plusplus)
WizardExport void SetTwofishKey(TwofishInfo *, const StringInfo *)
WizardExport void EncipherTwofishBlock(TwofishInfo *, const unsigned char *, unsigned char *)
WizardExport TwofishInfo * AcquireTwofishInfo(void)
WizardExport unsigned int GetTwofishBlocksize(const TwofishInfo *)
WizardExport void DecipherTwofishBlock(TwofishInfo *, const unsigned char *, unsigned char *)
WizardExport TwofishInfo * DestroyTwofishInfo(TwofishInfo *)