init
This commit is contained in:
7
include/helpers.h
Normal file
7
include/helpers.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef HELPERS_H
|
||||
#define HELPERS_H
|
||||
|
||||
const unsigned char *one_byte_xor(const unsigned char *hex, size_t sz, char c);
|
||||
const char *one_byte_xor_s(const unsigned char *hex, size_t sz, char c);
|
||||
|
||||
#endif // HELPERS_H
|
6
include/imports.h
Normal file
6
include/imports.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef IMPORT_H
|
||||
#define IMPORT_H
|
||||
|
||||
void set1();
|
||||
|
||||
#endif // IMPORT_H
|
Reference in New Issue
Block a user