Documentation ¶ Index ¶ Variables func CopyBigInt(x *big.Int) *big.Int func ReadBits(bigint *big.Int, buf []byte) Constants ¶ This section is empty. Variables ¶ View Source var ( Big1 = big.NewInt(1) ) Functions ¶ func CopyBigInt ¶ func CopyBigInt(x *big.Int) *big.Int func ReadBits ¶ func ReadBits(bigint *big.Int, buf []byte) ReadBits encodes the absolute value of bigint as big-endian bytes. Callers must ensure that buf has enough space. If buf is too short the result will be incomplete. Types ¶ This section is empty. Source Files ¶ View all Source files big.go Click to show internal directories. Click to hide internal directories.