Move performance 32-bit AES versions to separate directory
This commit is contained in:
parent
7946648558
commit
183ec2907e
5 changed files with 6 additions and 2 deletions
|
@ -11,13 +11,17 @@
|
||||||
"name": "AES",
|
"name": "AES",
|
||||||
"path": "./aes"
|
"path": "./aes"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "AES Performance",
|
||||||
|
"path": "./aes-performance"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "AES 32-bit",
|
"name": "AES 32-bit",
|
||||||
"path": "./aes-32bit"
|
"path": "./aes-performance/aes-32bit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "AES TBoxes",
|
"name": "AES TBoxes",
|
||||||
"path": "./aes-tboxes"
|
"path": "./aes-performance/aes-tboxes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "TRNG Attack",
|
"name": "TRNG Attack",
|
||||||
|
|
Loading…
Reference in a new issue