1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-02 05:30:19 +00:00
hashcat/OpenCL/m02000_a1-pure.cl
R. Yushaev fbbe5f6282 Use macros in remaining kernel functions
The 7zip, scrypt and stdout kernels differ from the others in their
function declarations somewhat. Unify them and substitute with macros.
Also remove a few superfluous (bogus) consts which were introduced in
the previous PR.
2018-11-16 14:30:45 +01:00

17 lines
244 B
Common Lisp

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