Package | Description |
---|---|
gnu.crypto.prng |
The Fortuna PRNG from GNU Crypto, updated and modifed for I2P.
|
Modifier and Type | Method and Description |
---|---|
byte |
IRandomStandalone.nextByte()
Returns the next 8 bits of random data generated from this instance.
|
void |
IRandomStandalone.nextBytes(byte[] out,
int offset,
int length)
Fills the designated byte array, starting from byte at index
offset , for a maximum of length bytes with the
output of this generator instance. |