From 3bf41b06ae6ec9a558d3b1f1f315509ccef97010 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 14 May 2019 09:09:52 +0200 Subject: global: regroup all imports --- device/noise-helpers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device/noise-helpers.go') diff --git a/device/noise-helpers.go b/device/noise-helpers.go index 4b09bf3..03e6ec6 100644 --- a/device/noise-helpers.go +++ b/device/noise-helpers.go @@ -9,9 +9,10 @@ import ( "crypto/hmac" "crypto/rand" "crypto/subtle" + "hash" + "golang.org/x/crypto/blake2s" "golang.org/x/crypto/curve25519" - "hash" ) /* KDF related functions. -- cgit v1.2.3-59-g8ed1b