Small readme cleanup.
parent
946e6f3e7e
commit
64aedb43d0
|
@ -15,9 +15,8 @@ By default these examples use the wolfCrypt LMS and XMSS implementations
|
||||||
performant and configurable. Also, these implementations benefit significantly
|
performant and configurable. Also, these implementations benefit significantly
|
||||||
from `--enable-intelasm` and `--enable-armasm`.
|
from `--enable-intelasm` and `--enable-armasm`.
|
||||||
|
|
||||||
If you want to use the old external integrations LMS/XMSS implementations
|
If you want to use the old external integrations (`ext_lms.c`, `ext_xmss.c`),
|
||||||
(`ext_lms.c`, `ext_xmss.c`), see the section "Building the External Integration
|
see the section "Building the External Integration examples".
|
||||||
examples".
|
|
||||||
|
|
||||||
## Signing and Verifying a Message with LMS/HSS
|
## Signing and Verifying a Message with LMS/HSS
|
||||||
|
|
||||||
|
@ -224,7 +223,7 @@ Then build:
|
||||||
$ make lms_example
|
$ make lms_example
|
||||||
```
|
```
|
||||||
|
|
||||||
# Building the external XMSS/XMSS^MT example
|
## Building the external XMSS/XMSS^MT example
|
||||||
|
|
||||||
If building with `--with-libxmss=<path>`, configure the Makefile to point to
|
If building with `--with-libxmss=<path>`, configure the Makefile to point to
|
||||||
your xmss install:
|
your xmss install:
|
||||||
|
|
Loading…
Reference in New Issue