aboutsummaryrefslogtreecommitdiffstats
path: root/device/noise-protocol.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:52 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 09:09:52 +0200
commit3bf41b06ae6ec9a558d3b1f1f315509ccef97010 (patch)
tree2d0d03da4e9d344c5de5dc01f11b5900025dff35 /device/noise-protocol.go
parentwintun: registry: fix nits (diff)
downloadwireguard-go-3bf41b06ae6ec9a558d3b1f1f315509ccef97010.tar.xz
wireguard-go-3bf41b06ae6ec9a558d3b1f1f315509ccef97010.zip
global: regroup all imports
Diffstat (limited to 'device/noise-protocol.go')
-rw-r--r--device/noise-protocol.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/device/noise-protocol.go b/device/noise-protocol.go
index 73826e1..1f70e81 100644
--- a/device/noise-protocol.go
+++ b/device/noise-protocol.go
@@ -7,12 +7,13 @@ package device
import (
"errors"
+ "sync"
+ "time"
+
"golang.org/x/crypto/blake2s"
"golang.org/x/crypto/chacha20poly1305"
"golang.org/x/crypto/poly1305"
"golang.zx2c4.com/wireguard/tai64n"
- "sync"
- "time"
)
const (