diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index ec22c8aec1..1d671742ee 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: wycheproof.go,v 1.128 2022/07/13 06:40:24 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.129 2022/11/16 08:34:07 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> |
| 4 | * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org> |
| @@ -2900,9 +2900,6 @@ func main() { | |||
| 2900 | acceptableComments = make(map[string]int) | 2900 | acceptableComments = make(map[string]int) |
| 2901 | acceptableFlags = make(map[string]int) | 2901 | acceptableFlags = make(map[string]int) |
| 2902 | 2902 | ||
| 2903 | // TODO: Investigate the following new test vectors: | ||
| 2904 | // primality_test.json | ||
| 2905 | // x25519_{asn,jwk,pem}_test.json | ||
| 2906 | tests := []struct { | 2903 | tests := []struct { |
| 2907 | name string | 2904 | name string |
| 2908 | pattern string | 2905 | pattern string |
