⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aeskeys.inc

📁 LM3S_BOOTLOADER程序
💻 INC
字号:
//==============================================================================
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -