Skip to content

Commit 64aedb4

Browse files
committed
Small readme cleanup.
1 parent 946e6f3 commit 64aedb4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pq/stateful_hash_sig/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ By default these examples use the wolfCrypt LMS and XMSS implementations
1515
performant and configurable. Also, these implementations benefit significantly
1616
from `--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

229228
If building with `--with-libxmss=<path>`, configure the Makefile to point to
230229
your xmss install:

0 commit comments

Comments
 (0)