Commit 22e7a3e
Skip extmu ML-DSA variants in generic signature tests (#152)
liboqs main now enables the external-mu ML-DSA variants (ML-DSA-44-extmu,
ML-DSA-65-extmu, ML-DSA-87-extmu). These cannot be signed via the standard
OQS_SIG_sign path, so the generic correctness tests in test_sig.py, which
iterate over all enabled mechanisms and call plain sign(), fail with
"RuntimeError: Can not sign message".
Exclude the extmu variants from the generic sign/verify tests to unblock CI.
Proper support (a dedicated external-mu signing path plus tests) is tracked
in #151.
Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 67dbaea commit 22e7a3e
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments