You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded/signature/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This directory includes the following examples under the sub-directories.Each ha
6
6
|---|---|---|
7
7
|RSA|rsa_vfy_only |verify signature|
8
8
||rsa_buffer|sign/verify signature |
9
-
|ECDSA|signature/ecc-sign-verify/ecc_sign_verify.c|sign msg and verify signature|
9
+
|ECDSA|signature/ecc-sign-verify/|sign msg and verify signature|
10
10
11
11
You can specify a target function of Simple example, Benchemark or Memory track program.It also has options for optimized code for MCU architectures such as Intel x86, ARM64 or a generic code by default, as well as Math library of Single Precision or TFM.
12
12
@@ -27,13 +27,15 @@ $ make <Function> math=<Mathlib> arch=<MCU>
27
27
|math|Description|
28
28
|---|---|
29
29
|Default|Generic architecture by pure C language source code|
30
-
|sp| SP for specified archtecture|
30
+
|sp| SP for generic or specified archtecture|
31
31
|tfm|TFM for generic architecture|
32
32
## MCU Architectures
33
33
NOTE: No architecture specification is required when using TFM.
34
34
|arch|Description|
35
35
|---|---|
36
36
|Default|Generic architecture by pure C language source code|
0 commit comments