Versions in this module Expand all Collapse all v1 v1.0.2 Aug 19, 2015 Changes in this version + var DefaultDir = defaultDir() + func GetSeedHash(blockNum uint64) ([]byte, error) + func MakeDAG(blockNum uint64, dir string) error + type Ethash struct + func New() *Ethash + func NewForTesting() (*Ethash, error) + type Full struct + Dir string + func (pow *Full) GetHashrate() int64 + func (pow *Full) Search(block pow.Block, stop <-chan struct{}) (nonce uint64, mixDigest []byte) + func (pow *Full) Turbo(on bool) + type Light struct + func (l *Light) Verify(block pow.Block) bool