The ISAAC cipher: Difference between revisions

(Added a C# solution of the XOR encryption, with decryption check)
Line 236:
=={{header|C#}}==
XOR with decryption check.
<lang C# sharp>
using System;
 
Anonymous user