diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2018-05-26 13:26:20 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2018-05-26 13:26:20 +0200 |
commit | c1225cb6c9843e91f3b3dfee294fc1f9309e8212 (patch) | |
tree | e6d34e55e9efc60ebae31d4f0818b3ae64a5641a /README.md | |
parent | 6a39d877e450269fb216129bad8cafb7caba8a5d (diff) |
Shaved off another cycle for block processing.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -40,17 +40,17 @@ Number of cycles for the old Cryptech AES core: - AES-256 Decipher one block with key expansion: 77 Number of cycles for the Cryptech AES speed core: -- AES-128 Encipher one block with key expansion: 17 -- AES-255 Decipher one block with key expansion: 21 +- AES-128 Encipher one block with key expansion: 16 +- AES-255 Decipher one block with key expansion: 20 ## Implementation comparison Implementation results for Xilinx Artix7-t200. Old Cryptech AES core: -- 2102 slices -- 2991 regs -- 113 MHz (8.79ns) +- 2094 slices +- 2854 regs +- 114 MHz (8.76ns) Cryptec AES speed core: |