Skip to content

Commit

Permalink
doc: update reference path in examples/xxx/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XuZitai authored and fanghuaqi committed Jan 3, 2023
1 parent aa273d1 commit 5a074e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This example describes benchmark testing process and exports benchmark result of
- ECDSA
- ECDH

You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example and compare hardware and software benchmark result. Please refer to `mbedtls/README_Nuclei.md` for more details.
You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example and compare hardware and software benchmark result. Please refer to `mbedtls/accelerator/xlcrypto/README.md` for more details.

## How to run this application

Expand Down
2 changes: 1 addition & 1 deletion examples/hmac_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This example describles two hmac process and outputs success or not. Each HMAC a
- MBEDTLS_MD_SHA384
- MBEDTLS_MD_SHA512

You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example using hardware engine or software implement. Please refer to `mbedtls/README_Nuclei.md` for more details.
You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example using hardware engine or software implement. Please refer to `mbedtls/accelerator/xlcrypto/README.md` for more details.

## How to run this application

Expand Down
2 changes: 1 addition & 1 deletion examples/rsa8192_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This demo describes PKCS#1 encryption, decryption and signature verification for

**Note** that you need to open the **RSA_8192** macro in `acc_config.h` when configuring this demo.

You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example using hardware engine or software implement. Please refer to `mbedtls/README_Nuclei.md` for more details.
You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example using hardware engine or software implement. Please refer to `mbedtls/accelerator/xlcrypto/README.md` for more details.

## How to run this application

Expand Down
2 changes: 1 addition & 1 deletion examples/selftest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This example describes each crypto algorithm selftest process, you can use this
- ECC SHORT WEIERSTRASS
- ECC MONTGOMERY

You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example using hardware engine or software implement. Please refer to `mbedtls/README_Nuclei.md` for more details.
You can select the hardware acceleration of the corresponding algorithm by enabling the acceleration macros in `acc_config.h`, compile and run the example using hardware engine or software implement. Please refer to `mbedtls/accelerator/xlcrypto/README.md` for more details.

## How to run this application

Expand Down

0 comments on commit 5a074e1

Please sign in to comment.