The ISAAC cipher: Difference between revisions

Content added Content deleted
Line 3,072: Line 3,072:
=={{header|Phix}}==
=={{header|Phix}}==
{{trans|Pascal}}
{{trans|Pascal}}
We need the r32() function to convert our common sense maths into the needed unsigned_and_throw_away_any_high_bits maths.
<lang Phix>-- demo\rosetta\ISAAC_Cipher.exw
<lang Phix>-- demo\rosetta\ISAAC_Cipher.exw