mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Merge commit 'a6a750c7ef'
* commit 'a6a750c7ef':
tests: Move all test programs to a subdirectory
Merged-by: Clément Bœsch <clement@stupeflix.com>
This commit is contained in:
commit
5d48e4eafa
101 changed files with 364 additions and 285 deletions
|
|
@ -104,7 +104,7 @@ static const uint8_t S_boxes[8][32] = {
|
|||
#else
|
||||
/**
|
||||
* This table contains the results of applying both the S-box and P-shuffle.
|
||||
* It can be regenerated by compiling des-test.c with "-DCONFIG_SMALL -DGENTABLES".
|
||||
* It can be regenerated by compiling tests/des.c with "-DCONFIG_SMALL -DGENTABLES".
|
||||
*/
|
||||
static const uint32_t S_boxes_P_shuffle[8][64] = {
|
||||
{ 0x00808200, 0x00000000, 0x00008000, 0x00808202, 0x00808002, 0x00008202, 0x00000002, 0x00008000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue