File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ By default these examples use the wolfCrypt LMS and XMSS implementations
1515performant and configurable. Also, these implementations benefit significantly
1616from ` --enable-intelasm ` and ` --enable-armasm ` .
1717
18- If you want to use the old external integrations LMS/XMSS implementations
19- (` ext_lms.c ` , ` ext_xmss.c ` ), see the section "Building the External Integration
20- examples".
18+ If you want to use the old external integrations (` ext_lms.c ` , ` ext_xmss.c ` ),
19+ see the section "Building the External Integration examples".
2120
2221## Signing and Verifying a Message with LMS/HSS
2322
@@ -224,7 +223,7 @@ Then build:
224223$ make lms_example
225224```
226225
227- # Building the external XMSS/XMSS^MT example
226+ ## Building the external XMSS/XMSS^MT example
228227
229228If building with ` --with-libxmss=<path> ` , configure the Makefile to point to
230229your xmss install:
You can’t perform that action at this time.
0 commit comments