mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
@@ -10,7 +10,7 @@
|
||||
|
||||
/* the eight DES S-boxes */
|
||||
|
||||
uint32_t SB1[64] = {
|
||||
static uint32_t SB1[64] = {
|
||||
0x01010400, 0x00000000, 0x00010000, 0x01010404,
|
||||
0x01010004, 0x00010404, 0x00000004, 0x00010000,
|
||||
0x00000400, 0x01010400, 0x01010404, 0x00000400,
|
||||
|
||||
Reference in New Issue
Block a user