Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMac authored Aug 11, 2020
1 parent 26fe213 commit 2c27768
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions aws/cl_zcash/software/runtime/Readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
1. ecdsa_test.cpp: hardcoded several TV and feed to FPGA for test;

To compile the ecdsa_test.cpp
make -f openssl_verify.cpp
Usage: (before doing below, make sure you had already load the fpga image, check master help document)
- Compile the ecdsa_test.cpp
make -f makefile_ecdsa

- Usage: (before doing below, make sure you had already load the fpga image, check master help document)
sudo ./ecdsa_test

-----------------------------

2. openssl_verify.cpp: utilize the openssl lib to generate the test vector dynamiclly and feedback to fpga for verify test.

To compile the openssl_verify.cpp
- Compile the 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 <iteration num> <verbose mode: t | f>

iteration num is used to define how much round test to be done, just give a number;
verbose mode: control if you want to output more debug infor. (for exp, signature body, etc.)
- Usage: (before doing below, make sure you had already load the fpga image, check the master help document)
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)

0 comments on commit 2c27768

Please sign in to comment.