From 15f3187fcc6e665c994c8fd88e2ffaef5c6d7a27 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 11 Aug 2026 18:25:42 +0000 Subject: wycheproof: recognize Cobblestone-{128,256} --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 06f53fb4d6..7f000b454f 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.204 2026/05/04 19:15:45 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.205 2026/08/11 18:25:42 tb Exp $ */ /* * Copyright (c) 2018,2023 Joel Sing * Copyright (c) 2018,2019,2022-2025 Theo Buehler @@ -3085,6 +3085,8 @@ func testGroupFromTestVector(wtv *wycheproofTestVectorsV1) (wycheproofTestGroupR return nil, Skip case "CHACHA20-POLY1305", "XCHACHA20-POLY1305": return &wycheproofTestGroupChaCha{}, variant + case "Cobblestone-128", "Cobblestone-256": + return nil, Skip case "DSA": if wtv.Schema == "dsa_p1363_verify_schema_v1.json" { variant = P1363 -- cgit v1.2.3-55-g6feb