mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-02 05:30:19 +00:00
fbbe5f6282
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.
17 lines
244 B
Common Lisp
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 ())
|
|
{
|
|
}
|