Jump to content

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.