import math/big

pull/150/head
zelig 11 years ago
parent e3b911652d
commit 4be3521727
  1. 1
      ethcrypto/crypto.go

@ -4,6 +4,7 @@ import (
"code.google.com/p/go.crypto/ripemd160" "code.google.com/p/go.crypto/ripemd160"
"crypto/sha256" "crypto/sha256"
"github.com/obscuren/sha3" "github.com/obscuren/sha3"
"math/big"
) )
func Sha256Bin(data []byte) []byte { func Sha256Bin(data []byte) []byte {

Loading…
Cancel
Save