From 64aedb43d0d2db82b7ddb92d9d4ab539ddab5f2f Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 9 May 2024 15:12:26 -0500 Subject: [PATCH] Small readme cleanup. --- pq/stateful_hash_sig/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pq/stateful_hash_sig/README.md b/pq/stateful_hash_sig/README.md index 69b89df2..a5612c1e 100644 --- a/pq/stateful_hash_sig/README.md +++ b/pq/stateful_hash_sig/README.md @@ -15,9 +15,8 @@ By default these examples use the wolfCrypt LMS and XMSS implementations performant and configurable. Also, these implementations benefit significantly from `--enable-intelasm` and `--enable-armasm`. -If you want to use the old external integrations LMS/XMSS implementations -(`ext_lms.c`, `ext_xmss.c`), see the section "Building the External Integration -examples". +If you want to use the old external integrations (`ext_lms.c`, `ext_xmss.c`), +see the section "Building the External Integration examples". ## Signing and Verifying a Message with LMS/HSS @@ -224,7 +223,7 @@ Then build: $ make lms_example ``` -# Building the external XMSS/XMSS^MT example +## Building the external XMSS/XMSS^MT example If building with `--with-libxmss=`, configure the Makefile to point to your xmss install: