#ifndef LICENSEGENERATE_H #define LICENSEGENERATE_H #include #include #include #include #include #include #include #include "p_code.h" #define PIX_HARDWARE_INFO_BYTES 32 #define PIX_LICENCE_BYTES 128 bool licenseGenerate(const unsigned char* hardware_info, unsigned char* license_info); #endif