diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2018-05-22 09:39:25 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2018-05-22 09:39:25 +0200 |
commit | 6eff2fbb6fc55ef22ed58c0a26c54c3e7063141b (patch) | |
tree | 8b874819020da384213318a486c5f624394abfa8 | |
parent | 7a65ca8e90c5664f422625ba47782cce610f45d1 (diff) |
Updated README with implementation results.
-rw-r--r-- | README.md | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -37,10 +37,27 @@ The key expansion does not share S-boxes with the encipher datapath, so the total number of S-boxes is 20. -## Performance and area comparison ## -Number of cycles for the Cryptech old AES core: +## Performance comparison +Number of cycles for the old Cryptech AES core: - AES-128 Encipher one block with key expansion: 57 Number of cycles for the Cryptech AES speed core: - AES-128 Encipher with key expansion: 27 + + +## Implementation comparison +Implementation results for Xilinx Artix7-t200. + +Old Cryptech AES core: +- 2102 slices +- 2991 regs +- 113 MHz (8.79ns) + + +Cryptec AES speed core: +- 2019 slices +- 2984 regs +- 131 MHz. (7.58ns) + +Surprisingly, the number of slices actually decreases. |