Fix the key parsing in the gamma actions.

dev 0.9.4
KKlochko 2 years ago
parent 5843695a40
commit 79b72fccca

@ -44,7 +44,8 @@
[options arguments action-type]
(let [message (:message options)
key (->> (cs/split (:key options) #",")
(map #(Integer/parseInt %)))
(map #(Integer/parseInt %))
(into []))
symbols (:symbols options)]
(cond
(= action-type :encrypt)

Loading…
Cancel
Save