Use Huffman code in BLISS signature

This commit is contained in:
Andreas Steffen
2014-12-12 12:00:20 +01:00
parent 9394e26426
commit 83447555a6
7 changed files with 296 additions and 38 deletions
@@ -34,6 +34,9 @@ struct bliss_huffman_code_tuple_t {
uint16_t bits;
};
#define BLISS_HUFFMAN_CODE_NO_TUPLE -1
#define BLISS_HUFFMAN_CODE_NO_NODE -1
struct bliss_huffman_code_node_t {
int16_t node_0;
int16_t node_1;