Documentation ¶
Index ¶
- func Add(x *big.Int, y *big.Int) *big.Int
- func AddMod(x, y *big.Int, ORDER *big.Int) *big.Int
- func Div(a, b *big.Int) *big.Int
- func DivMod(a, b, modulo *big.Int) *big.Int
- func Equal(a, b *big.Int) bool
- func FloatAdd(a, b *big.Float) *big.Float
- func FloatDiv(a, b *big.Float) *big.Float
- func FloatDivByInt(a, b *big.Int) *big.Float
- func FloatMul(a, b *big.Float) *big.Float
- func FloatSqrt(a *big.Float) *big.Float
- func FloatSub(a, b *big.Float) *big.Float
- func FloatToInt(a *big.Float) *big.Int
- func IntToFloat(a *big.Int) *big.Float
- func Mod(base *big.Int, modulo *big.Int) *big.Int
- func ModInverse(base *big.Int, modulo *big.Int) *big.Int
- func Multiply(factor1 *big.Int, factor2 *big.Int) *big.Int
- func MultiplyMod(factor1 *big.Int, factor2 *big.Int, ORDER *big.Int) *big.Int
- func Neg(a *big.Int) *big.Int
- func RandomValue(Order *big.Int) (r *big.Int, err error)
- func Sub(x *big.Int, y *big.Int) *big.Int
- func SubMod(x, y *big.Int, ORDER *big.Int) *big.Int
- func Xor(a, b *big.Int) *big.Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.