0
mirror of https://github.com/Indemsys/Frequency_Inverter.git synced 2026-04-25 10:52:28 +00:00
Files
2022-01-04 12:22:53 +02:00

13 lines
366 B
C

const unsigned char AESKey[32] =
{
0xed, 0x7d, 0xb4, 0xc7, 0x15, 0x88, 0x4a, 0x1e,
0x04, 0x1f, 0x9a, 0x33, 0xff, 0xc2, 0x32, 0x25,
0xe0, 0x61, 0xf7, 0xd7, 0x7f, 0x20, 0x22, 0x5e,
0x31, 0xdd, 0xa7, 0x0e, 0xf8, 0x88, 0xdd, 0xfc,
};
const unsigned char AES_init_vector[16] =
{
0xF4,0xE7,0x40,0x0C,0xCF,0xFF,0x34,0xBB,0x63,0xA0,0x79,0xAE,0x81,0xA6,0x8F,0x3A
};