1
mirror of https://github.com/hashcat/hashcat synced 2024-11-28 05:21:38 +01:00
hashcat/OpenCL/inc_luks_xts.h

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