Documentation ¶
Index ¶
- func Add(x *big.Int, y *big.Int) *big.Int
- func CalculateHash(b1 *big.Int, b2 *big.Int) (*big.Int, error)
- func Mod(base *big.Int, modulo *big.Int) *big.Int
- func ModInverse(base *big.Int, modulo *big.Int) *big.Int
- func ModPow(base *big.Int, exponent *big.Int, modulo *big.Int) *big.Int
- func Multiply(factor1 *big.Int, factor2 *big.Int) *big.Int
- func Sub(x *big.Int, y *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.