Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrorTruncated is returned if the binary data does not contain // specified number of elements in the TLV's length encoding. ErrorTruncated = errors.New("truncated data") // ErrorEOF is returned if an unexpected EOF is encountered. ErrorEOF = errors.New("unexpected EOF") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.