mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
unused think
Originally committed as revision 7495 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0c5d2819a5
commit
a6e923c9db
@ -28,8 +28,8 @@ typedef struct AVAES{
|
|||||||
int rounds;
|
int rounds;
|
||||||
}AVAES;
|
}AVAES;
|
||||||
|
|
||||||
static const uint8_t rcon[11] = {
|
static const uint8_t rcon[10] = {
|
||||||
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c
|
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36
|
||||||
};
|
};
|
||||||
|
|
||||||
static uint8_t sbox[256];
|
static uint8_t sbox[256];
|
||||||
|
Loading…
Reference in New Issue
Block a user