diff options
| author | tb <> | 2019-11-28 21:41:42 +0000 |
|---|---|---|
| committer | tb <> | 2019-11-28 21:41:42 +0000 |
| commit | b59e20aee4fffcbe48f5649fb2105ae560002e0f (patch) | |
| tree | 7fc66370a61c0d9cd03faea3c0eea1f01007a09b | |
| parent | c76d49dc14d22b7fbabddba2a6f060cfbb07f43e (diff) | |
| download | openbsd-b59e20aee4fffcbe48f5649fb2105ae560002e0f.tar.gz openbsd-b59e20aee4fffcbe48f5649fb2105ae560002e0f.tar.bz2 openbsd-b59e20aee4fffcbe48f5649fb2105ae560002e0f.zip | |
go fmt
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 0936dabc0f..5132090321 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.103 2019/11/28 21:41:14 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.104 2019/11/28 21:41:42 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 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> |
| @@ -240,15 +240,15 @@ type wycheproofTestGroupECDSAWebCrypto struct { | |||
| 240 | } | 240 | } |
| 241 | 241 | ||
| 242 | type wycheproofTestHkdf struct { | 242 | type wycheproofTestHkdf struct { |
| 243 | TCID int `json:"tcId"` | 243 | TCID int `json:"tcId"` |
| 244 | Comment string `json:"comment"` | 244 | Comment string `json:"comment"` |
| 245 | Ikm string `json:"ikm"` | 245 | Ikm string `json:"ikm"` |
| 246 | Salt string `json:"salt"` | 246 | Salt string `json:"salt"` |
| 247 | Info string `json:"info"` | 247 | Info string `json:"info"` |
| 248 | Size int `json:"size"` | 248 | Size int `json:"size"` |
| 249 | Okm string `json:"okm"` | 249 | Okm string `json:"okm"` |
| 250 | Result string `json:"result"` | 250 | Result string `json:"result"` |
| 251 | Flags []string `json:"flags"` | 251 | Flags []string `json:"flags"` |
| 252 | } | 252 | } |
| 253 | 253 | ||
| 254 | type wycheproofTestGroupHkdf struct { | 254 | type wycheproofTestGroupHkdf struct { |
