Versions in this module Expand all Collapse all v0 v0.0.1 Sep 18, 2019 Changes in this version + var Big0 = big.NewInt(0) + var Big1 = big.NewInt(1) + var Big32 = big.NewInt(32) + func BigMax(x, y *big.Int) *big.Int + func BigMin(x, y *big.Int) *big.Int + func BigPow(a, b int64) *big.Int + func CalcMemSize(off, l *big.Int) *big.Int + func Exp(base, exponent *big.Int) *big.Int + func GetData(data []byte, start, size *big.Int) []byte + func LeftPadBytes(slice []byte, l int) []byte + func PaddedBigBytes(bigint *big.Int, n int) []byte + func ReadBits(bigint *big.Int, buf []byte) + func RightPadBytes(slice []byte, l int) []byte + func S256(x *big.Int) *big.Int + func U256(x *big.Int) *big.Int