Documentation ¶ Index ¶ func Add(x *big.Int, y *big.Int) *big.Int func Div(x *big.Int, y *big.Int) *big.Int func Mod(x *big.Int, y *big.Int) *big.Int func Mul(x *big.Int, y *big.Int) *big.Int func Sub(x *big.Int, y *big.Int) *big.Int func Validate(n *big.Int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Add ¶ func Add(x *big.Int, y *big.Int) *big.Int func Div ¶ func Div(x *big.Int, y *big.Int) *big.Int func Mod ¶ func Mod(x *big.Int, y *big.Int) *big.Int func Mul ¶ func Mul(x *big.Int, y *big.Int) *big.Int func Sub ¶ func Sub(x *big.Int, y *big.Int) *big.Int func Validate ¶ func Validate(n *big.Int) Types ¶ This section is empty. Source Files ¶ View all Source files safemath.go Click to show internal directories. Click to hide internal directories.