The ISAAC cipher: Difference between revisions

m
→‎{{header|Sidef}}: modified the code to work with the latest version of Sidef
m (Added the Sidef language)
m (→‎{{header|Sidef}}: modified the code to work with the latest version of Sidef)
Line 3,011:
 
msg.chars»ord»()
-> »^« 256.of{ rng.irand % 95 + 32 }.last(msg.len).reverse
-> «%« '%02X' -> join;
}
 
2,747

edits