public_key.h 621 B

12345678910
  1. #ifndef PUBLIC_KEY_H_
  2. #define PUBLIC_KEY_H_
  3. #define PRODUCT_NAME GJDM
  4. #define PUBLIC_KEY {\
  5. 48,129,137,2,129,129,0,192,212,155,143,137,197,82,40,59,15,17,180,124,181,11,127,29,32,160,235,121,116,164,21,179,91,64,106,39,153,58,172,219,229,107,88,145,78,134,236,74,176,21,237,191,116,198,205,162,157,97,56,25,81,139,77,211,221,112,50,48,205,116,230,61,208,134,107,77,216,2,9,203,201,218,188,179,46,93,251,149,86,131,74,65,158,47,65,142,7,215,56,185,115,66,42,174,9,59,15,142,135,241,94,245,143,58,201,39,41,209,87,132,215,227,20,44,176,185,247,125,130,177,62,152,191,169,209,2,3,1,0,1\
  6. }
  7. #define PUBLIC_KEY_LEN 140
  8. #endif