Add the action of decryption for the gamma cipher.

dev 0.9.3
KKlochko 2 years ago
parent 4f89fede56
commit 5843695a40

@ -49,7 +49,9 @@
(cond (cond
(= action-type :encrypt) (= action-type :encrypt)
(gamma/encrypt-message key symbols message) (gamma/encrypt-message key symbols message)
)))
(= action-type :decrypt)
(gamma/decrypt-message key symbols message))))
(defn cryptography-actions (defn cryptography-actions
[options arguments action-type] [options arguments action-type]

Loading…
Cancel
Save