cryptafinity: added data/ directory.
git-svn-id: https://websvn.glenux.net/svn/Upoc/cryptaffinity/trunk@1338 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
52811c2c85
commit
5ed41f6d85
4 changed files with 63 additions and 0 deletions
10
data/Makefile.am
Normal file
10
data/Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
cryptafinitydatadir=$(datadir)/cryptafinity/data
|
||||||
|
|
||||||
|
cryptafinitydata_DATA= \
|
||||||
|
alphabet.txt \
|
||||||
|
frequencies.txt \
|
||||||
|
priority.txt
|
||||||
|
|
||||||
|
EXTRA_DIST = $(cryptafinitydata_DATA)
|
||||||
|
|
26
data/alphabet.txt
Normal file
26
data/alphabet.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
A
|
||||||
|
B
|
||||||
|
C
|
||||||
|
D
|
||||||
|
E
|
||||||
|
F
|
||||||
|
G
|
||||||
|
H
|
||||||
|
I
|
||||||
|
J
|
||||||
|
K
|
||||||
|
L
|
||||||
|
M
|
||||||
|
N
|
||||||
|
O
|
||||||
|
P
|
||||||
|
Q
|
||||||
|
R
|
||||||
|
S
|
||||||
|
T
|
||||||
|
U
|
||||||
|
V
|
||||||
|
W
|
||||||
|
X
|
||||||
|
Y
|
||||||
|
Z
|
1
data/frequencies.txt
Normal file
1
data/frequencies.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ETAONISRH
|
26
data/priority.txt
Normal file
26
data/priority.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
E
|
||||||
|
T
|
||||||
|
A
|
||||||
|
O
|
||||||
|
N
|
||||||
|
I
|
||||||
|
S
|
||||||
|
R
|
||||||
|
H
|
||||||
|
L
|
||||||
|
D
|
||||||
|
C
|
||||||
|
U
|
||||||
|
P
|
||||||
|
F
|
||||||
|
M
|
||||||
|
W
|
||||||
|
Y
|
||||||
|
B
|
||||||
|
G
|
||||||
|
V
|
||||||
|
K
|
||||||
|
Q
|
||||||
|
X
|
||||||
|
J
|
||||||
|
Z
|
Loading…
Reference in a new issue