aboutsummaryrefslogtreecommitdiffstats
path: root/ethcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'ethcrypto')
-rw-r--r--ethcrypto/crypto.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethcrypto/crypto.go b/ethcrypto/crypto.go
index b341915eb..8cb0be88c 100644
--- a/ethcrypto/crypto.go
+++ b/ethcrypto/crypto.go
@@ -4,6 +4,7 @@ import (
"code.google.com/p/go.crypto/ripemd160"
"crypto/sha256"
"github.com/obscuren/sha3"
+ "math/big"
)
func Sha256Bin(data []byte) []byte {