Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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)
|
||||
|
||||
Reference in New Issue
Block a user