1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00
hashcat/OpenCL/m02000_a1-pure.cl

19 lines
270 B
Common Lisp

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#endif
__kernel void m02000_mxx (KERN_ATTR_BASIC ())
{
}
__kernel void m02000_sxx (KERN_ATTR_BASIC ())
{
}