aboutsummaryrefslogtreecommitdiffstats
path: root/device/kdf_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--device/kdf_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/device/kdf_test.go b/device/kdf_test.go
index 11ea8d5..cb8dbab 100644
--- a/device/kdf_test.go
+++ b/device/kdf_test.go
@@ -7,8 +7,9 @@ package device
import (
"encoding/hex"
- "golang.org/x/crypto/blake2s"
"testing"
+
+ "golang.org/x/crypto/blake2s"
)
type KDFTest struct {