Skip to content

Commit

Permalink
Update CONFIGURE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Wilson <[email protected]>
  • Loading branch information
baentsch and SWilson4 authored Mar 1, 2024
1 parent 127e2e4 commit 5baa7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For a full list of such options and their default values, consult [.CMake/alg_su

## OQS_ALGS_ENABLED

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-openssl111](https://github.com/open-quantum-safe/openssl).
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).

**Default**: `All`.

Expand Down

0 comments on commit 5baa7a8

Please sign in to comment.