1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00
hashcat/OpenCL/inc_veracrypt_keyfile.h

13 lines
313 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef INC_VERACRYPT_KEYFILE_H
#define INC_VERACRYPT_KEYFILE_H
DECLSPEC u32 u8add (const u32 a, const u32 b);
DECLSPEC u32 hc_apply_keyfile_vc (PRIVATE_AS u32 *w, const int pw_len, const GLOBAL_AS vc_t *vc);
#endif // INC_VERACRYPT_KEYFILE_H