aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto/crypto.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethcrypto/crypto.go')
-rw-r--r--ethcrypto/crypto.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethcrypto/crypto.go b/ethcrypto/crypto.go
index b4bb881a0..19f8c9e55 100644
--- a/ethcrypto/crypto.go
+++ b/ethcrypto/crypto.go
@@ -2,9 +2,9 @@ package ethcrypto
import (
"code.google.com/p/go.crypto/ripemd160"
+ "code.google.com/p/go.crypto/sha3"
"crypto/sha256"
"github.com/ethereum/eth-go/ethutil"
- "github.com/obscuren/sha3"
)
func Sha256Bin(data []byte) []byte {