|
libenigma
Enigma machine utility library
|
#include <crack.h>
Data Fields | |
| char | value |
| 1 if the node represents the end of a valid word, 0 otherwise. | |
| struct EnigmaTrie_s * | children [26] |
| Pointers to child nodes for each letter of the alphabet (NULL if no child exists for that letter) | |
| struct EnigmaTrie_s* children[26] |
Pointers to child nodes for each letter of the alphabet (NULL if no child exists for that letter)
| char value |
1 if the node represents the end of a valid word, 0 otherwise.