Changed sha3 to official one

This commit is contained in:
obscuren
2014-07-12 11:10:47 +02:00
parent 9010857677
commit 54715586ab
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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 {