Skip to content

Commit

Permalink
Algorithm selection clarification
Browse files Browse the repository at this point in the history
Resolves: open-quantum-safe#1781
Signed-off-by: Dmitry Belyavskiy <beldmit@gmail.com>
  • Loading branch information
beldmit committed May 7, 2024
1 parent b392919 commit b7bbe72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ For a full list of such options and their default values, consult [.CMake/alg_su

Selects algorithm set enabled. Possible values are "STD" selecting all algorithms standardized by NIST; "NIST_R4" selecting all algorithms evaluated in round 4 of the NIST PQC competition; "All" (or any other value) selecting all algorithms integrated into liboqs. Parameter setting "STD" minimizes library size but may require re-running code generator scripts in projects integrating `liboqs`; e.g., [oqs-provider](https://github.com/open-quantum-safe/oqs-provider) and [oqs-boringssl](https://github.com/open-quantum-safe/boringssl).

**Attention**: If you use any predefined value (`STD` or `NIST_R4` as of now) for this variable, the values added via [OQS_ENABLE_KEM_ALG/OQS_ENABLE_SIG_ALG](#OQS_ENABLE_KEM_ALG/OQS_ENABLE_SIG_ALG) variables will be ignored.

**Default**: `All`.

## OQS_BUILD_ONLY_LIB
Expand Down

0 comments on commit b7bbe72

Please sign in to comment.