Files
mars-matrixssl/testkeys/EC/ED25519_KEY.h
Janne Johansson 91fd0f1302 MatrixSSL 4.2.1
2019-06-20 12:58:47 +03:00

13 lines
480 B
C

/**
* @file testkeys/EC/ED25519_KEY.h
*
* Binary file for including certificate to MatrixSSL.
*/
static const unsigned char ED25519_KEY[] = {
0x30, 0x2e, 0x02, 0x01, 0x00, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70,
0x04, 0x22, 0x04, 0x20, 0x4a, 0x31, 0xfa, 0xf7, 0xca, 0xec, 0x00, 0x64,
0x37, 0x9b, 0x18, 0x78, 0xfb, 0xe2, 0x03, 0x29, 0x44, 0x93, 0x17, 0xbb,
0xd3, 0x10, 0xef, 0xd4, 0x11, 0xc3, 0x06, 0x03, 0x7c, 0x00, 0x8b, 0x9a
};
#define ED25519_KEY_SIZE 48