1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 14:59:37 +00:00
hashcat/OpenCL/inc_truecrypt_crc32.h

13 lines
265 B
C

/**
* 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