PureSwift/TLVCoding

How to deal with two-byte tag???

Closed this issue · 1 comments

I need to support UInt32 tags.But This TLVCoding only support UInt8 tag

There is currently no way. This library would have to be rewritten to support different tag sizes.