|
libenigma
Enigma machine utility library
|
Functions | |
| float | enigma_ioc_score (const EnigmaCrackParams *cfg, const char *text) |
| Score text using Index of Coincidence. | |
This file implements cracking functions using the Index of Coincidence method.
| float enigma_ioc_score | ( | const EnigmaCrackParams * | cfg, |
| const char * | text | ||
| ) |
Score text using Index of Coincidence.
This function calculates the Index of Coincidence for the given text and returns
| cfg | Pointer to the cracking configuration structure. |
| text | The text to score. |