From fd40ab87a7f13dd4ce6d636edd7bf7cffc265aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Sat, 26 May 2018 13:26:20 +0200 Subject: Shaved off another cycle for block processing. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 39f5651..0d552dd 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3