import math/big

This commit is contained in:
zelig 2014-06-29 16:17:33 +01:00
parent e3b911652d
commit 4be3521727
1 changed files with 1 additions and 0 deletions

View File

@ -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 {