File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl.
271271 The multi-threaded version will mainly have speedups for key
272272 generation and signing.
273273
274- The default LMS build (--enable-lms=yes ) will look for
274+ The default LMS build (--enable-lms) will look for
275275 hss_lib.a first, and hss_lib_thread.a second, in a specified
276276 hash-sigs dir.
277277
@@ -308,8 +308,8 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl.
308308 $ ./configure \
309309 --enable-static \
310310 --disable-shared \
311- --enable-lms=yes \
312- --with-liblms=<path to dir containing hss_lib_thread.a>
311+ --enable-lms \
312+ --with-liblms=<path to dir containing hss_lib.a or hss_lib_thread.a>
313313 $ make
314314
315315 Run the benchmark against LMS/HSS with:
You can’t perform that action at this time.
0 commit comments