| Package | Description |
|---|---|
| gnu.crypto.prng |
The Fortuna PRNG from GNU Crypto, updated and modifed for I2P.
|
| Class and Description |
|---|
| BasePRNGStandalone
An abstract class to facilitate implementing PRNG algorithms.
|
| FortunaStandalone
The Fortuna continuously-seeded pseudo-random number generator.
|
| FortunaStandalone.Generator
The Fortuna generator function.
|
| IRandomStandalone
The basic visible methods of any pseudo-random number generator.
|
| LimitReachedExceptionStandalone
A checked exception that indicates that a pseudo random number generated has
reached its theoretical limit in generating random bytes.
|
| RandomEventListenerStandalone
An interface for entropy accumulators that will be notified of random
events.
|
| RandomEventStandalone
An interface for entropy accumulators that will be notified of random
events.
|