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

📄 turingsbox.h

📁 au1200 linux2.6.11 硬件解码mae驱动和maiplayer播放器源码
💻 H
字号:
/* @(#)TuringSbox.h	1.2 (QUALCOMM) 02/08/23 *//* * Basic Sbox for Turing. * * This was generated by keying RC4 with the 11-character string * "Alan Turing", and then ignoring 256 generated bytes. * Then the current permutation was tested for nonlinearity, another byte * generated, etc., until a total * of 10000 bytes had been generated. The best observed min nonlinearity was * 104, which first occurred after 736 bytes had been generated. The * corresponding state table is used in Turing. By happy coincidence it * also has no fixed points (ie. Sbox[x] != x for all x). */unsigned char Sbox[256] = {    0x61, 0x51, 0xeb, 0x19, 0xb9, 0x5d, 0x60, 0x38,    0x7c, 0xb2, 0x06, 0x12, 0xc4, 0x5b, 0x16, 0x3b,    0x2b, 0x18, 0x83, 0xb0, 0x7f, 0x75, 0xfa, 0xa0,    0xe9, 0xdd, 0x6d, 0x7a, 0x6b, 0x68, 0x2d, 0x49,    0xb5, 0x1c, 0x90, 0xf7, 0xed, 0x9f, 0xe8, 0xce,    0xae, 0x77, 0xc2, 0x13, 0xfd, 0xcd, 0x3e, 0xcf,    0x37, 0x6a, 0xd4, 0xdb, 0x8e, 0x65, 0x1f, 0x1a,    0x87, 0xcb, 0x40, 0x15, 0x88, 0x0d, 0x35, 0xb3,    0x11, 0x0f, 0xd0, 0x30, 0x48, 0xf9, 0xa8, 0xac,    0x85, 0x27, 0x0e, 0x8a, 0xe0, 0x50, 0x64, 0xa7,    0xcc, 0xe4, 0xf1, 0x98, 0xff, 0xa1, 0x04, 0xda,    0xd5, 0xbc, 0x1b, 0xbb, 0xd1, 0xfe, 0x31, 0xca,    0xba, 0xd9, 0x2e, 0xf3, 0x1d, 0x47, 0x4a, 0x3d,    0x71, 0x4c, 0xab, 0x7d, 0x8d, 0xc7, 0x59, 0xb8,    0xc1, 0x96, 0x1e, 0xfc, 0x44, 0xc8, 0x7b, 0xdc,    0x5c, 0x78, 0x2a, 0x9d, 0xa5, 0xf0, 0x73, 0x22,    0x89, 0x05, 0xf4, 0x07, 0x21, 0x52, 0xa6, 0x28,    0x9a, 0x92, 0x69, 0x8f, 0xc5, 0xc3, 0xf5, 0xe1,    0xde, 0xec, 0x09, 0xf2, 0xd3, 0xaf, 0x34, 0x23,    0xaa, 0xdf, 0x7e, 0x82, 0x29, 0xc0, 0x24, 0x14,    0x03, 0x32, 0x4e, 0x39, 0x6f, 0xc6, 0xb1, 0x9b,    0xea, 0x72, 0x79, 0x41, 0xd8, 0x26, 0x6c, 0x5e,    0x2c, 0xb4, 0xa2, 0x53, 0x57, 0xe2, 0x9c, 0x86,    0x54, 0x95, 0xb6, 0x80, 0x8c, 0x36, 0x67, 0xbd,    0x08, 0x93, 0x2f, 0x99, 0x5a, 0xf8, 0x3a, 0xd7,    0x56, 0x84, 0xd2, 0x01, 0xf6, 0x66, 0x4d, 0x55,    0x8b, 0x0c, 0x0b, 0x46, 0xb7, 0x3c, 0x45, 0x91,    0xa4, 0xe3, 0x70, 0xd6, 0xfb, 0xe6, 0x10, 0xa9,    0xc9, 0x00, 0x9e, 0xe7, 0x4f, 0x76, 0x25, 0x3f,    0x5f, 0xa3, 0x33, 0x20, 0x02, 0xef, 0x62, 0x74,    0xee, 0x17, 0x81, 0x42, 0x58, 0x0a, 0x4b, 0x63,    0xe5, 0xbe, 0x6e, 0xad, 0xbf, 0x43, 0x94, 0x97,};

⌨️ 快捷键说明

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