Moved sha3 from obscuren

This commit is contained in:
obscuren
2015-01-22 00:25:00 +01:00
parent 0045ce4cde
commit 6eaa404187
5 changed files with 390 additions and 3 deletions

View File

@ -7,10 +7,10 @@ import (
"crypto/sha256"
"code.google.com/p/go.crypto/ripemd160"
"github.com/ethereum/go-ethereum/crypto/sha3"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/obscuren/ecies"
"github.com/obscuren/secp256k1-go"
"github.com/obscuren/sha3"
)
func init() {