You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/OpenCL/inc_luks_xts.h

12 lines
210 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _INC_LUKS_XTS_H
#define _INC_LUKS_XTS_H
DECLSPEC void xts_mul2 (PRIVATE_AS u32 *in, PRIVATE_AS u32 *out);
#endif // _INC_LUKS_XTS_H