ecies: Add missing binary import

This commit is contained in:
Luke Champine 2020-03-31 17:54:31 -04:00 committed by GitHub
parent c863c9749e
commit 9c5b79b7c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ import (
"crypto/elliptic"
"crypto/hmac"
"crypto/subtle"
"encoding/binary"
"fmt"
"hash"
"io"