2021-04-18 15:32:37 +02:00
|
|
|
/******************************************************************************/
|
|
|
|
/* SlunkCrypt, by LoRd_MuldeR <MuldeR2@GMX.de> */
|
|
|
|
/* This work has been released under the CC0 1.0 Universal license! */
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
#ifndef INC_SLUNKAPP_SELFTEST_H
|
|
|
|
#define INC_SLUNKAPP_SELFTEST_H
|
|
|
|
|
|
|
|
#include "platform.h"
|
|
|
|
#include <stdint.h>
|
|
|
|
|
2022-04-07 00:15:07 +02:00
|
|
|
int run_selftest_routine(const size_t thread_count);
|
2021-04-18 15:32:37 +02:00
|
|
|
|
|
|
|
#endif
|