Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2026 Changes in this version + const EncBase32 + const EncHex + const EncZlib + const HeaderLen + const TypeBinary + const TypeCBOR + const TypeExec + const TypeJSON + const TypePSBT + const TypeTxn + const TypeUnicode + var ErrEncodeNotImplemented = errors.New("bbqr: requested encoding not implemented on encode side yet (use '2' or 'H')") + func Join(parts []string) (fileType byte, data []byte, err error) + type Header struct + Encoding byte + FileType byte + NumParts int + Which int + func ParseHeader(part string) (Header, error) + type Result struct + Encoding byte + FileType byte + Parts []string + Version int + func Split(data []byte, fileType, encoding byte, opts SplitOpts) (Result, error) + type SplitOpts struct + MaxSplit int + MaxVersion int + MinSplit int + MinVersion int