Bifid cipher: Difference between revisions

m
(julia example)
Line 92:
=={{header|Julia}}==
Using the Raku example's test messages.
<lang rubyjulia>polybius(text) = Char.(reshape(Int.(collect(text)), isqrt(length(text)), :)')
 
function encrypt(message, poly)
4,105

edits