You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/OpenCL/inc_truecrypt_crc32.h

13 lines
268 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _INC_TRUECRYPT_CRC32_H
#define _INC_TRUECRYPT_CRC32_H
DECLSPEC u32 round_crc32 (u32 a, const u32 v);
DECLSPEC u32 round_crc32_4 (const u32 w, const u32 iv);
#endif // _INC_TRUECRYPT_CRC32_H