Versions in this module Expand all Collapse all v0 v0.0.1 Aug 26, 2024 Changes in this version + func CopyAlignRight(input []byte, targetLength int) []byte + func FromBytes(twosBytes []byte) *big.Int + func SetBytes(z *big.Int, twosBytes []byte) *big.Int + func ToBytes(bi *big.Int) []byte + func ToBytesOfLength(i *big.Int, bytesLength int) ([]byte, error)