Skip to content
Snippets Groups Projects

Introduce Chars

Merged Björn Ludwig requested to merge introduce_chars into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -142,9 +142,9 @@ class CharProbs:
if __name__ == "__main__":
CharProbs(
("a", "b", "c"),
None,
"http://www.ids-mannheim.de/fileadmin/kl/derewo/"
"DeReChar-v-uni-204-a-c-2018-02-28-1.0.csv",
"http://practicalcryptography.com/media/cryptanalysis/files/"
"icelandic_bigrams.txt",
"german_bigrams.txt",
)
Loading