This folder contains the static arrays and lookup tables included throughout the code.
translation.bin: a mapping from letter indices (ahaving index 0) to an internal code representing transitions in crawdad's trie.dart_base.bin: double-array trie base array generated by crawdad.dart_check.bin: double-array trie check array generated by crawdad.entropy.txt: table of all 8-bit values in a random order. Used to increase apparent entropy in input data.syllables.txt: all 256 syllables used when encoding data.
The binary arrays were dumped using the code found in trie_dumper.