mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
ecies: Add missing binary import
This commit is contained in:
parent
c863c9749e
commit
9c5b79b7c1
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ import (
|
|||
"crypto/elliptic"
|
||||
"crypto/hmac"
|
||||
"crypto/subtle"
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"hash"
|
||||
"io"
|
||||
|
|
|
|||
Loading…
Reference in a new issue