diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -40,10 +40,11 @@ the total number of S-boxes is 20. ## Performance comparison Number of cycles for the old Cryptech AES core: - AES-128 Encipher one block with key expansion: 57 - +- AES-256 Decipher one block with key expansion: 77 Number of cycles for the Cryptech AES speed core: -- AES-128 Encipher with key expansion: 27 +- AES-128 Encipher one block with key expansion: 17 +- AES-255 Decipher one block with key expansion: 21 ## Implementation comparison @@ -56,8 +57,6 @@ Old Cryptech AES core: Cryptec AES speed core: -- 2019 slices +- 2076 slices - 2984 regs -- 131 MHz. (7.58ns) - -Surprisingly, the number of slices actually decreases. +- 117 MHz. (8.54ns) |