From 03088b29467f37039dbce82daae006414a9c273f Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 30 Aug 2023 21:02:50 -0500 Subject: [PATCH] LMS verify-only support: tiny correction to INSTALL. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 21bf9e62b..1ad6cde17 100644 --- a/INSTALL +++ b/INSTALL @@ -271,7 +271,7 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl. The multi-threaded version will mainly have speedups for key generation and signing. - The default LMS build (--enable-lms=yes) will look for + The default LMS build (--enable-lms) will look for hss_lib.a first, and hss_lib_thread.a second, in a specified hash-sigs dir. @@ -308,8 +308,8 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl. $ ./configure \ --enable-static \ --disable-shared \ - --enable-lms=yes \ - --with-liblms= + --enable-lms \ + --with-liblms= $ make Run the benchmark against LMS/HSS with: