"It uses the substitution table to find the value of a char or a number."
"It uses the substitution table to find the value of a char or a number."
[char substitution-tablesymbols]
[char substitution-table]
(get substitution-tablechar))
(get substitution-tablechar))
(defn encrypt-message
(defn encrypt-message
"Encrypt a message using the simple substitution cipher. The function is case-insensitive. If a symbol isn't in the symbols list, then it will be removed."
"Encrypt a message using the simple substitution cipher. The function is case-insensitive. If a symbol isn't in the symbols list, then it will be removed."
"Encrypt a message using the simple substitution cipher and the Caesar cipher. The function is case-insensitive. If a symbol isn't in the symbols list, then it will be removed."