WizardsToolkit  1.0.7
serpent.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _SerpentInfo SerpentInfo

Functions

WizardExport SerpentInfoAcquireSerpentInfo (void)
WizardExport SerpentInfoDestroySerpentInfo (SerpentInfo *)
WizardExport unsigned int GetSerpentBlocksize (const SerpentInfo *)
WizardExport void DecipherSerpentBlock (SerpentInfo *, const unsigned char *, unsigned char *)
WizardExport void EncipherSerpentBlock (SerpentInfo *, const unsigned char *, unsigned char *)
WizardExport void SetSerpentKey (SerpentInfo *, const StringInfo *)

Typedef Documentation

typedef struct _SerpentInfo SerpentInfo

Definition at line 25 of file serpent.h.


Function Documentation

WizardExport SerpentInfo* AcquireSerpentInfo ( void  )
WizardExport void DecipherSerpentBlock ( SerpentInfo ,
const unsigned char *  ,
unsigned char *   
)
WizardExport SerpentInfo * DestroySerpentInfo ( SerpentInfo )
WizardExport void EncipherSerpentBlock ( SerpentInfo ,
const unsigned char *  ,
unsigned char *   
)
WizardExport unsigned int GetSerpentBlocksize ( const SerpentInfo )