The ISAAC cipher: Difference between revisions

m
→‎{{header|Sidef}}: changed the keyword "require" to function call
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:
=={{header|Sidef}}==
{{trans|Perl}}
<lang ruby>require ('Math::Random::ISAAC');
 
func xor_isaac(key, msg) {
2,747

edits