From 9c5b79b7c1555a91cf2c153caf5330d74e51aa7a Mon Sep 17 00:00:00 2001 From: Luke Champine Date: Tue, 31 Mar 2020 17:54:31 -0400 Subject: [PATCH] ecies: Add missing binary import --- crypto/ecies/ecies.go | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/ecies/ecies.go b/crypto/ecies/ecies.go index 110ee7fde1..fffb0eb5a3 100644 --- a/crypto/ecies/ecies.go +++ b/crypto/ecies/ecies.go @@ -35,6 +35,7 @@ import ( "crypto/elliptic" "crypto/hmac" "crypto/subtle" + "encoding/binary" "fmt" "hash" "io"