LMS verify-only support: tiny correction to INSTALL.

pull/6738/head
jordan 2023-08-30 21:02:50 -05:00
parent bbf105f8dc
commit 03088b2946
1 changed files with 3 additions and 3 deletions

View File

@ -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=<path to dir containing hss_lib_thread.a>
--enable-lms \
--with-liblms=<path to dir containing hss_lib.a or hss_lib_thread.a>
$ make
Run the benchmark against LMS/HSS with: