mirror of
https://github.com/hashcat/hashcat.git
synced 2024-10-31 20:48:57 +00:00
12 lines
188 B
C
12 lines
188 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _INC_LUKS_XTS_H
|
|
#define _INC_LUKS_XTS_H
|
|
|
|
DECLSPEC void xts_mul2 (u32 *in, u32 *out);
|
|
|
|
#endif // _INC_LUKS_XTS_H
|