One-time pad: Difference between revisions

Content added Content deleted
No edit summary
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
Line 39: Line 39:
* [http://search.cpan.org/~sifukurt/Crypt-OTP-2.00/OTP.pm Crypt-OTP-2.00] on CPAN (Perl)
* [http://search.cpan.org/~sifukurt/Crypt-OTP-2.00/OTP.pm Crypt-OTP-2.00] on CPAN (Perl)
<br><br>
<br><br>

=={{header|Go}}==
=={{header|Go}}==
{{trans|Kotlin}}
{{trans|Kotlin}}
Line 906: Line 907:
</pre>
</pre>


=={{header|Perl 6}}==
=={{header|Phix}}==

See [[One-time pad/Phix]]

=={{header|Racket}}==

See [[One-time pad/Racket]]

=={{header|Raku}}==
(formerly Perl 6)
{{works with|Rakudo|2017.10}}
{{works with|Rakudo|2017.10}}
The task is somewhat under-specified, especially the third (optional) section so I'm skipping that for now. Each sub-task has it's own code.
The task is somewhat under-specified, especially the third (optional) section so I'm skipping that for now. Each sub-task has it's own code.
Line 1,034: Line 1,044:
JISNOS CMLRPW TFGELQ HPTMRN SHBBDP AIVDAC CEWIFH TRLQVK
JISNOS CMLRPW TFGELQ HPTMRN SHBBDP AIVDAC CEWIFH TRLQVK
FRBUUC GDCQHQ CEEURS RGVWVT JZIQLP NQCABF BWUPUI UDTZAF</pre>
FRBUUC GDCQHQ CEEURS RGVWVT JZIQLP NQCABF BWUPUI UDTZAF</pre>

=={{header|Phix}}==

See [[One-time pad/Phix]]

=={{header|Racket}}==

See [[One-time pad/Racket]]


=={{header|Tcl}}==
=={{header|Tcl}}==