Skip navigation links

Package gnu.crypto.prng

Fortuna Pseudo-Random Number Generator (PRNG) from GNU Crypto, updated and modified for I2P's cryptographic operations.

See: Description

Package gnu.crypto.prng Description

Fortuna Pseudo-Random Number Generator (PRNG) from GNU Crypto, updated and modified for I2P's cryptographic operations.

This package provides:

The Fortuna PRNG is a cryptographically secure random number generator designed for long-term security. It accumulates entropy from multiple sources and automatically reseeds to maintain security even if entropy sources are compromised. This modified version is optimized for I2P's cryptographic needs.

Skip navigation links