aboutsummaryrefslogtreecommitdiffstats
path: root/noise-protocol.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--noise-protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise-protocol.go b/noise-protocol.go
index a527be9..45dca72 100644
--- a/noise-protocol.go
+++ b/noise-protocol.go
@@ -7,8 +7,8 @@
package main
import (
- "git.zx2c4.com/wireguard-go/tai64n"
"errors"
+ "git.zx2c4.com/wireguard-go/tai64n"
"golang.org/x/crypto/blake2s"
"golang.org/x/crypto/chacha20poly1305"
"golang.org/x/crypto/poly1305"