Exclude pre-hashed SLH-DSA variants from OQS_ALGS_ENABLED=STD

Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
This commit is contained in:
Ganyu (Bruce) Xu 2025-10-01 10:39:00 -04:00
parent 617574de4c
commit 082a1c7c54
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -902,6 +902,7 @@ if args.operation == "copy":
"name": "slh_dsa", "name": "slh_dsa",
"schemes": [ "schemes": [
{"scheme": scheme} for scheme in slh_dsa_schemes {"scheme": scheme} for scheme in slh_dsa_schemes
if "pure" in scheme
] ]
} }
] ]