#ifndef HELP_HEADER
#define HELP_HEADER
#include <stdint.h>

uint16_t XOR(uint16_t a, uint16_t b, uint8_t random);


#endif