From 04b782abdbf4e96120f6e99c336ad8f9e1942545 Mon Sep 17 00:00:00 2001 From: GuillaumeDIDIER Date: Tue, 29 Sep 2020 11:31:36 +0200 Subject: [PATCH] More notes --- aes-t-tables/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aes-t-tables/README b/aes-t-tables/README index 58170ef..bf4660d 100644 --- a/aes-t-tables/README +++ b/aes-t-tables/README @@ -1 +1,5 @@ You need to build openssl with no-asm no-hw options. Also adjust the install path in ./cargo.sh + +You then need to input the correct Te adresses in main.rs, and run using ./cargo.sh (instead of cargo) + +The script sets the environment to pick up openssl reliably.