From 9a28900c4b7dfd8bc8e8e6110e151aa174147ba2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 16 Oct 2019 10:36:10 +0200 Subject: updater: use ed25519 from standard library Signed-off-by: Jason A. Donenfeld --- updater/signify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater') 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" ) /* -- cgit v1.2.3-59-g8ed1b