aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-16 10:36:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-16 10:36:10 +0200
commit9a28900c4b7dfd8bc8e8e6110e151aa174147ba2 (patch)
treebd7e558b2a037986c95c41bbca805440cbef5439
parentbuild: copy symlinks (diff)
downloadwireguard-windows-9a28900c4b7dfd8bc8e8e6110e151aa174147ba2.tar.xz
wireguard-windows-9a28900c4b7dfd8bc8e8e6110e151aa174147ba2.zip
updater: use ed25519 from standard library
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--updater/signify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/signify.go b/updater/signify.go
index 8a62f4af..af024ebd 100644
--- a/updater/signify.go
+++ b/updater/signify.go
@@ -7,13 +7,13 @@ package updater
import (
"bytes"
+ "crypto/ed25519"
"encoding/base64"
"encoding/hex"
"errors"
"strings"
"golang.org/x/crypto/blake2b"
- "golang.org/x/crypto/ed25519"
)
/*