Skip to content

Commit fa73bfc

Browse files
mkannwischerhanno-becker
authored andcommitted
CI: Bump Wycheproof vectors to fc24cd5 (2026-07-07)
The only ML-DSA change upstream is two new ML-DSA-87 verify vectors (MissingReduction) targeting a missing reduction in the verify NTT path. - Resolves #1289 Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 962dbd2 commit fa73bfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/wycheproof/wycheproof_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
exec_prefix = os.environ.get("EXEC_WRAPPER", "")
2121
exec_prefix = exec_prefix.split(" ") if exec_prefix != "" else []
2222

23-
# Pinned to a specific commit (2026-06-06).
24-
WYCHEPROOF_COMMIT = "6d7cccd0fcb1917368579adeeac10fe802f1b521"
23+
# Pinned to a specific commit (2026-07-07).
24+
WYCHEPROOF_COMMIT = "fc24cd5b787d8e496bff31b0468af693a652b0f2"
2525
WYCHEPROOF_BASE_URL = (
2626
"https://api.github.com/repos/C2SP/wycheproof/contents/testvectors_v1"
2727
)

0 commit comments

Comments
 (0)