The ISAAC cipher: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: modified the code to work with the latest version of Sidef)
m (→‎{{header|Sidef}}: changed the keyword "require" to function call)
Line 3,005: Line 3,005:
=={{header|Sidef}}==
=={{header|Sidef}}==
{{trans|Perl}}
{{trans|Perl}}
<lang ruby>require 'Math::Random::ISAAC';
<lang ruby>require('Math::Random::ISAAC');


func xor_isaac(key, msg) {
func xor_isaac(key, msg) {