Versions in this module Expand all Collapse all v0 v0.3.0 Aug 12, 2021 Changes in this version + func DecodeSigned(r *bytes.Reader) (*big.Int, error) + func DecodeUnsigned(r *bytes.Reader) (*big.Int, error) + type LEB128 []byte + func EncodeSigned(n *big.Int) (LEB128, error) + func EncodeUnsigned(n *big.Int) (LEB128, error) + type SLEB128 []byte