|
libenigma
Enigma machine utility library
|
#include "crack.h"Go to the source code of this file.
Functions | |
| float | enigma_brute_score (const EnigmaCrackParams *, const char *) |
| Calculate the score of a given text using the brute force dictionary cracking method. | |
| float enigma_brute_score | ( | const EnigmaCrackParams * | cfg, |
| const char * | text | ||
| ) |
Calculate the score of a given text using the brute force dictionary cracking method.
| cfg | The configuration parameters for the Enigma machine. |
| text | The text to be scored. |