From 1b74bae63106d640d3e010a829adc01ef102bbd9 Mon Sep 17 00:00:00 2001 From: Norman Ashley Date: Sat, 13 Jan 2024 00:28:28 -0500 Subject: [PATCH] Update README.md Co-authored-by: Spencer Wilson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfb53e7f4..91fb4cd536 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The following instructions assume we are in `build`. 3. By default the main build result is `lib/liboqs.a`, a static library. If you want to build a shared/dynamic library, append [`-DBUILD_SHARED_LIBS=ON`](CONFIGURE.md#build_shared_libs) to the `cmake -GNinja ..` command above and the result will be `lib/liboqs.so|dylib|dll`. The public headers are located in the `include` directory. There are also a variety of programs built under the `tests` directory: - `test_kem`: Simple test harness for key encapsulation mechanisms - - `test_sig`: Simple test harness for key signature schemes + - `test_sig`: Simple test harness for signature schemes - `test_sig_stfl`: Simple test harness for stateful signature schemes - `test_kem_mem`: Simple test harness for checking memory consumption of key encapsulation mechanisms - `test_sig_mem`: Simple test harness for checking memory consumption of key signature schemes