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
12
float
enigma_brute_score
(
const
EnigmaCrackParams
*,
const
char
*);
13
14
#endif
enigma_brute_score
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
crack.h
EnigmaCrackParams
A structure representing a configuration for cracking an Enigma cipher.
Definition:
crack.h:92
src
enigma
brute.h
Generated by
1.9.6