Documentation ¶
Index ¶
- 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
- type ByteNode
- type Entry
- type Node
- type NumberGenerator
- type OpsFunc
- type Tape
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NumberGenerator ¶
type NumberGenerator interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.