aeskeys.inc

来自「LM3S_BOOTLOADER程序」· INC 代码 · 共 24 行

INC
24
字号
//==============================================================================
// File:           AESKeys.inc
// Compiler:       IAR Atmel AVR C/EC++ Compiler
// Output Size:    16
// Created:        Wed Sep 10 00:59:57 2008

//
// Description:    This file is generated by 'create' tool and is to be included
//                 in the 'bootldr' project. It contains a AES key table for
//                 a proper decryption of the file encrypted using the same
//                 configurations.
//
// Keys used:      KEY1 = 3AC326D394DE81D454913E128C8F8224EBF0
//                 KEY2 = N/A
//                 KEY3 = N/A
//==============================================================================


const unsigned char kTable[16] = 
{
	0x3a, 0x86, 0x9b, 0x9c, 0x4d, 0xd0, 0x75, 0x2a,
	0x91, 0x7c, 0x4a, 0x64, 0xf8, 0x44, 0x3a, 0xf8,
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?