[Cryptech-Commits] [core/util/keywrap] 48/95: We use the aes_speed core instead.

git at cryptech.is git at cryptech.is
Wed Mar 25 17:18:47 UTC 2020


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

paul at psgd.org pushed a commit to branch master
in repository core/util/keywrap.

commit 05805e7933df2dc4f19fe6a4fca9425fa27ab09b
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Thu Jul 5 13:22:25 2018 +0200

    We use the aes_speed core instead.
---
 toolruns/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolruns/Makefile b/toolruns/Makefile
index 9b890ad..6a37c41 100755
--- a/toolruns/Makefile
+++ b/toolruns/Makefile
@@ -37,7 +37,7 @@
 #
 #===================================================================
 
-AES_PATH = ../../../../core/cipher/aes/src/rtl
+AES_PATH = ../../../../core/cipher/aes_speed/src/rtl
 AES_SRC = $(AES_PATH)/aes_core.v $(AES_PATH)/aes_decipher_block.v $(AES_PATH)/aes_encipher_block.v $(AES_PATH)/aes_inv_sbox.v $(AES_PATH)/aes_key_mem.v $(AES_PATH)/aes_sbox.v
 
 MEM_SRC = ../src/rtl/keywrap_mem.v



More information about the Commits mailing list