Compare commits

..
1 Commits
Author SHA1 Message Date
KKlochko 5843695a40 Add the action of decryption for the gamma cipher. 2023-10-31 16:48:40 +02:00
@@ -49,7 +49,9 @@
(cond
(= action-type :encrypt)
(gamma/encrypt-message key symbols message)
)))
(= action-type :decrypt)
(gamma/decrypt-message key symbols message))))
(defn cryptography-actions
[options arguments action-type]