Huffman code and its length in bits as Huffman code, mapped to the related ascii code. More...
#include <huffman.h>
Data Fields | |
| uint8_t | len |
| Length in bits of the Huffman encoding. | |
| uint32_t | value |
| Hex representation of the Huffman encoding. | |
Huffman code and its length in bits as Huffman code, mapped to the related ascii code.
| uint8_t imquic_huffman_bits::len |
Length in bits of the Huffman encoding.
| uint32_t imquic_huffman_bits::value |
Hex representation of the Huffman encoding.