forked from wolfSSL/wolfssl
LMS verify-only support: tiny correction to INSTALL.
This commit is contained in:
6
INSTALL
6
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
|
The multi-threaded version will mainly have speedups for key
|
||||||
generation and signing.
|
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
|
hss_lib.a first, and hss_lib_thread.a second, in a specified
|
||||||
hash-sigs dir.
|
hash-sigs dir.
|
||||||
|
|
||||||
@ -308,8 +308,8 @@ We also have vcpkg ports for wolftpm, wolfmqtt and curl.
|
|||||||
$ ./configure \
|
$ ./configure \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-lms=yes \
|
--enable-lms \
|
||||||
--with-liblms=<path to dir containing hss_lib_thread.a>
|
--with-liblms=<path to dir containing hss_lib.a or hss_lib_thread.a>
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
Run the benchmark against LMS/HSS with:
|
Run the benchmark against LMS/HSS with:
|
||||||
|
Reference in New Issue
Block a user