An implementation of an ISAAC cipher. See http://en.wikipedia.org/wiki/ISAAC_(cipher) for more information.
This implementation is based on the one written by Bob Jenkins, which is available at http://www.burtleburtle.net/bob/java/rand/Rand.java.
- Author
- Graham Edgecombe
Definition at line 65 of file IsaacCipher.java.
◆ IsaacCipher()
com.osroyale.net.codec.IsaacCipher.IsaacCipher |
( |
int[] | seed | ) |
|
|
inline |
◆ getKey()
int com.osroyale.net.codec.IsaacCipher.getKey |
( |
| ) |
|
|
inline |
◆ init()
void com.osroyale.net.codec.IsaacCipher.init |
( |
boolean | flag | ) |
|
|
inline |
Initializes the ISAAC.
- Parameters
-
flag | Flag indicating if we should perform a second pass. |
Definition at line 205 of file IsaacCipher.java.
◆ isaac()
void com.osroyale.net.codec.IsaacCipher.isaac |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: