![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
AcquireCRC64Info() allocate the CRC64Info structure. The format of the AcquireCRC64Info method is: CRC64Info *AcquireCRC64Info(void) DestroyCRC64Info() zeros memory associated with the CRC64Info structure. The format of the DestroyCRC64Info method is: CRC64Info *DestroyCRC64Info(CRC64Info *crc_info) A description of each parameter follows: crc_infoThe cipher crc_info. FinalizeCRC64() finalizes the CRC64 message digest computation. The format of the FinalizeCRC64 method is: void FinalizeCRC64(CRC64Info *crc_info) A description of each parameter follows: crc_infoThe address of a structure of type CRC64Info. GetCRC64Blocksize() returns the CRC64 blocksize. The format of the GetCRC64Blocksize method is: unsigned int *GetCRC64Blocksize(const CRC64Info *crc64_info) A description of each parameter follows: crc64_infoThe crc64 info. GetCRC64CyclicRedundancyCheck() returns the CRC64 cyclic redunancy check. The format of the GetCRC64CyclicRedundancyCheck method is:
WizardSizeType *GetCRC64CyclicRedundancyCheck(
const CRC64Info *crc64_info)
A description of each parameter follows: crc64_infoThe crc64 info. GetCRC64Digest() returns the CRC64 digest. The format of the GetCRC64Digest method is: const StringInfo *GetCRC64Digest(const CRC64Info *crc64_info) A description of each parameter follows: crc64_infoThe crc64 info. GetCRC64Digestsize() returns the CRC64 digest size. The format of the GetCRC64Digestsize method is: unsigned int *GetCRC64Digestsize(const CRC64Info *crc64_info) A description of each parameter follows: crc64_infoThe crc64 info. IntializeCRC64() intializes the CRC64 digest. The format of the InitializeCRC64 method is: void InitializeCRC64(crc_info) A description of each parameter follows: crc_infoThe address of a structure of type CRC64Info. UpdateCRC64() updates the CRC64 message digest The format of the UpdateCRC64 method is: UpdateCRC64(CRC64Info *crc_info,const StringInfo *message) A description of each parameter follows: crc_infoThe address of a structure of type CRC64Info. |