summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/block/ofb_aes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/block/ofb_aes_test.go')
-rw-r--r--src/pkg/crypto/block/ofb_aes_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/crypto/block/ofb_aes_test.go b/src/pkg/crypto/block/ofb_aes_test.go
index f2faa4432..9c527a6b3 100644
--- a/src/pkg/crypto/block/ofb_aes_test.go
+++ b/src/pkg/crypto/block/ofb_aes_test.go
@@ -27,7 +27,7 @@ type ofbTest struct {
var ofbAESTests = []ofbTest{
// NIST SP 800-38A pp 52-55
- ofbTest{
+ {
"OFB-AES128",
commonKey128,
commonIV,
@@ -39,7 +39,7 @@ var ofbAESTests = []ofbTest{
0x30, 0x4c, 0x65, 0x28, 0xf6, 0x59, 0xc7, 0x78, 0x66, 0xa5, 0x10, 0xd9, 0xc1, 0xd6, 0xae, 0x5e,
},
},
- ofbTest{
+ {
"OFB-AES192",
commonKey192,
commonIV,
@@ -51,7 +51,7 @@ var ofbAESTests = []ofbTest{
0x6d, 0x9f, 0x20, 0x08, 0x57, 0xca, 0x6c, 0x3e, 0x9c, 0xac, 0x52, 0x4b, 0xd9, 0xac, 0xc9, 0x2a,
},
},
- ofbTest{
+ {
"OFB-AES256",
commonKey256,
commonIV,