Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2025 v0.0.1 Nov 25, 2025 Changes in this version + func AppendLP(out []byte, x []byte) []byte + func AppendUVarint(out []byte, x uint64) []byte + func AppendUint32(out []byte, x uint32) []byte + func ReadLP(x []byte) ([]byte, []byte, error) + func ReadUVarint(x []byte) (uint64, []byte, error) + func ReadUint32(x []byte) (uint32, []byte, error) + func Uint64Bytes(x uint64) []byte