aboutsummaryrefslogtreecommitdiffstats
path: root/pow/xor.go
Commit message (Collapse)AuthorAgeFilesLines
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-85/+0
| | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
* crypto, pow: add pure Go implementation of ethashPéter Szilágyi2017-03-091-0/+85