libenigma
Enigma machine utility library
Loading...
Searching...
No Matches
brute.h
Go to the documentation of this file.
1
7#ifndef ENIGMA_BRUTE_H
8#define ENIGMA_BRUTE_H
9
10#include "crack.h"
11
12float enigma_brute_score(const EnigmaCrackParams*, const char*);
13
14#endif
float enigma_brute_score(const EnigmaCrackParams *, const char *)
Calculate the score of a given text using the brute force dictionary cracking method.
Definition: brute.c:19
A structure representing a configuration for cracking an Enigma cipher.
Definition: crack.h:92