From dff6fde8cf4d4dd0adbd107ac0dd04f9b82845b9 Mon Sep 17 00:00:00 2001 From: Liang Ma Date: Tue, 11 Aug 2020 19:59:20 +0800 Subject: [PATCH] Update Readme.md --- aws/cl_zcash/software/runtime/Readme.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/aws/cl_zcash/software/runtime/Readme.md b/aws/cl_zcash/software/runtime/Readme.md index 2d18c66..75d6d58 100644 --- a/aws/cl_zcash/software/runtime/Readme.md +++ b/aws/cl_zcash/software/runtime/Readme.md @@ -1,20 +1,28 @@ 1. ecdsa_test.cpp: hardcoded several TV and feed to FPGA for test; - Compile the ecdsa_test.cpp -make -f makefile_ecdsa + + make -f makefile_ecdsa - Usage: (before doing below, make sure you had already load the fpga image, check master help document) -sudo ./ecdsa_test + + sudo ./ecdsa_test + ----------------------------- + 2. openssl_verify.cpp: utilize the openssl lib to generate the test vector dynamiclly and feedback to fpga for verify test. - Compile the openssl_verify.cpp -make -f openssl_verify.cpp + + make -f openssl_verify.cpp - Usage: (before doing below, make sure you had already load the fpga image, check the master help document) -sudo ./openssl_verify - is used to define how much round test to be done, just give a number; - control if you want to output more information(t) or not(f) + sudo ./openssl_verify [iteration_num] [verbose: t | f] + + + [iteration num] is used to define how much round test to be done, just give a number; + + [verbose] control if you want to output more information(t) or not(f)