diff options
Diffstat (limited to 'ethcrypto/crypto.go')
-rw-r--r-- | ethcrypto/crypto.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ethcrypto/crypto.go b/ethcrypto/crypto.go index ebc8b171b..068e066d5 100644 --- a/ethcrypto/crypto.go +++ b/ethcrypto/crypto.go @@ -4,10 +4,9 @@ import ( "crypto/sha256" "code.google.com/p/go.crypto/ripemd160" - "github.com/ethereum/eth-go/ethutil" - "github.com/obscuren/sha3" - + "github.com/ethereum/go-ethereum/ethutil" "github.com/obscuren/secp256k1-go" + "github.com/obscuren/sha3" ) // TODO refactor, remove (bin) |