1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 14:59:37 +00:00
hashcat/OpenCL/m02000_a1-pure.cl

19 lines
272 B
Common Lisp
Raw Normal View History

2016-06-19 12:37:47 +00:00
/**
* Author......: See docs/credits.txt
2016-06-19 12:37:47 +00:00
* License.....: MIT
*/
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#endif
KERNEL_FQ void m02000_mxx (KERN_ATTR_BASIC ())
2016-06-19 12:37:47 +00:00
{
}
KERNEL_FQ void m02000_sxx (KERN_ATTR_BASIC ())
2016-06-19 12:37:47 +00:00
{
}