Versions in this module Expand all Collapse all v0 v0.7.11 Dec 24, 2014 v0.7.10 Dec 21, 2014 Changes in this version + func Add(x, y *big.Int) *big.Int + func And(x, y *big.Int) *big.Int + func Mod(x, y *big.Int) *big.Int + func Mul(x, y *big.Int) *big.Int + func Or(x, y *big.Int) *big.Int + func Rnd(s *big.Int) rnd + func Rsh(x, y *big.Int) *big.Int + func Sha3(v interface{}) *big.Int + func Sub1(x, y *big.Int) *big.Int + func Xor(x, y *big.Int) *big.Int + func XorSub(x, y *big.Int) *big.Int + type Block interface + Diff func() *big.Int + Trie func() *trie.Trie + type ByteNode []byte + func (self ByteNode) Big() *big.Int + type Entry struct + type Node interface + Big func() *big.Int + type NumberGenerator interface + type OpsFunc func(a, b *big.Int) *big.Int + type Tape struct + func NewTape(block Block) *Tape + func (self *Tape) Run(header []byte) []byte + func (self *Tape) Verify(header, nonce []byte) bool