mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-03 00:02:36 -04:00
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:
parent
617574de4c
commit
082a1c7c54
File diff suppressed because one or more lines are too long
@ -902,6 +902,7 @@ if args.operation == "copy":
|
||||
"name": "slh_dsa",
|
||||
"schemes": [
|
||||
{"scheme": scheme} for scheme in slh_dsa_schemes
|
||||
if "pure" in scheme
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user