pool/sidecar
Oliver Gugger 7c3bf310c0
sidecar: add string encoder and decoder
To allow a ticket to be transported easily over any communication
channel we also provide an easy ascii compatible exchange format which
includes a prefix and a checksum in addition to the tlv stream data.
The string encoding chosen is URL safe base64.
2021-02-22 10:26:00 +01:00
..
codec.go sidecar: add string encoder and decoder 2021-02-22 10:26:00 +01:00
codec_test.go sidecar: add string encoder and decoder 2021-02-22 10:26:00 +01:00
interface.go sidecar: add sidecar ticket types 2021-02-22 10:25:53 +01:00
tlv.go sidecar: add TLV encoders and decoders 2021-02-22 10:25:59 +01:00
tlv_test.go sidecar: add TLV encoders and decoders 2021-02-22 10:25:59 +01:00