Compare commits

..
2 Commits
Author SHA1 Message Date
KKlochko 1bb7b219f0 Merge branch 'dev' into 'main'
continuous-integration/drone/push Build is passing
Ready to use the implementations of Simple substitution and the Gamma ciphers

See merge request KKlochko/cipher-analytical-machine!2
2023-11-20 19:34:43 +00:00
KKlochko 4d5726f363 Merge branch 'dev' into 'main'
continuous-integration/drone/push Build is passing
Ready to use the implementation of the Caesar cipher

See merge request KKlochko/cipher-analytical-machine!1
2023-10-21 14:05:28 +00:00
@@ -3,7 +3,7 @@
[clojure.test :refer :all] [clojure.test :refer :all]
[cipher-analytical-machine.symbols.frequencies :refer :all])) [cipher-analytical-machine.symbols.frequencies :refer :all]))
(deftest map-to-string-test (deftest calculate-char-index-test
(let [symbol-map english-letter-frequencies] (let [symbol-map english-letter-frequencies]
(testing "The map must be converted to 'etaoinsrhldcumfpgwybvkxjqz'" (testing "The map must be converted to 'etaoinsrhldcumfpgwybvkxjqz'"
(is (= "etaoinsrhldcumfpgwybvkxjqz" (is (= "etaoinsrhldcumfpgwybvkxjqz"