Move performance 32-bit AES versions to separate directory

This commit is contained in:
Manuel Thalmann 2023-12-19 11:24:25 +01:00
parent 7946648558
commit 183ec2907e
5 changed files with 6 additions and 2 deletions

View file

@ -11,13 +11,17 @@
"name": "AES",
"path": "./aes"
},
{
"name": "AES Performance",
"path": "./aes-performance"
},
{
"name": "AES 32-bit",
"path": "./aes-32bit"
"path": "./aes-performance/aes-32bit"
},
{
"name": "AES TBoxes",
"path": "./aes-tboxes"
"path": "./aes-performance/aes-tboxes"
},
{
"name": "TRNG Attack",