From 98278ac6727647410ef58afedb860a5d5b53a0db 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 --- updater/signify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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