Documentation ¶
Index ¶
- func Copy(i *big.Int) *big.Int
- func Div(a, b *big.Int) *big.Int
- func HexToInt(hexNumStr string) *big.Int
- func Int64Mod(x, y int64) int64
- func IntToHex(n *big.Int) string
- func IsEqual(a, b *big.Int) bool
- func Mod(a, n *big.Int) *big.Int
- func NewIntString(val string) *big.Int
- func NewIntUint64(val uint64) *big.Int
- func Pow(x *big.Int, y *big.Int) *big.Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIntString ¶
NewIntString creates a new `*big.Int` from an uint64.
func NewIntUint64 ¶
NewIntUint64 creates a new `*big.Int` from an uint64.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.