mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-12 18:59:03 +00:00
62397283c1
See https://github.com/hashcat/hashcat/issues/2616 for details.
13 lines
305 B
C
13 lines
305 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 (u32 *w, const int pw_len, const GLOBAL_AS vc_t *vc);
|
|
|
|
#endif // _INC_VERACRYPT_KEYFILE_H
|