[Cryptech-Commits] [core/cipher/aes_speed] 01/02: Updated README with implementation results.

git at cryptech.is git at cryptech.is
Tue May 22 07:43:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/cipher/aes_speed.

commit 6eff2fbb6fc55ef22ed58c0a26c54c3e7063141b
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Tue May 22 09:39:25 2018 +0200

    Updated README with implementation results.
---
 README.md | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3993e6c..6ce5f4b 100644
--- a/README.md
+++ b/README.md
@@ -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.



More information about the Commits mailing list