From 5bf8bd4db261c9823f0e80f6771f3e635c5cbb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 21 May 2018 17:39:45 +0200 Subject: Connected the new S-boxes and collapsed the SubBytes operation into one cycle. This provides a speedup for Encipher with 2.1x. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6322084..9504ec1 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ of cycles to two cycles for each round. ## Performance and area comparison ## Number of cycles for the Cryptech AES core: -- TBW +- AES-128 Encipher one block with key expansion: 57 -Number of cycles for the Cryptech AES core: -- TBW +Number of cycles for the Cryptech AES speed core: +- AES-128 Encipher with key expansion: 27 Resources used by the Crypteh AES core: -- cgit v1.2.3