You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
When liboqs is built, autoconf outputs config.h, which contains preprocessor defines that state what algorithms are enabled at the variant level; for e.g.: if in the file we have ... #define OQS_ENABLE_SIG_qTESLA_I 1 /* #define OQS_ENABLE_SIG_qTESLA_III_size*/ ...
this means qTESLA_I is enabled and qTESLA_III_size is not.
OpenSSL should also be able to enable and disable the use of these algorithms according to the config.h output.