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

@ -6,9 +6,9 @@ import (
"math/rand"
"time"
"github.com/ethereum/go-ethereum/crypto/sha3"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
"github.com/obscuren/sha3"
)
var powlogger = logger.NewLogger("POW")