diff options
author | tb <> | 2019-11-28 21:41:42 +0000 |
---|---|---|
committer | tb <> | 2019-11-28 21:41:42 +0000 |
commit | 3792938dd204127c112e84fc96479c532988cb28 (patch) | |
tree | 7fc66370a61c0d9cd03faea3c0eea1f01007a09b /src | |
parent | dd03a8eca12811f720d67b955cd92398b5e2b2e8 (diff) | |
download | openbsd-3792938dd204127c112e84fc96479c532988cb28.tar.gz openbsd-3792938dd204127c112e84fc96479c532988cb28.tar.bz2 openbsd-3792938dd204127c112e84fc96479c532988cb28.zip |
go fmt
Diffstat (limited to 'src')
-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 { |