Skip navigation links

Package net.i2p.crypto

Core cryptographic primitives and algorithms used throughout I2P.

See: Description

Package net.i2p.crypto Description

Core cryptographic primitives and algorithms used throughout I2P.

This package provides the fundamental cryptographic building blocks for I2P's security and privacy features, including:

All cryptographic operations are designed to provide strong security guarantees while maintaining performance suitable for high-throughput routing operations. The implementation follows established cryptographic standards and best practices.

Note: This package contains low-level cryptographic primitives. For higher-level I2P-specific cryptographic operations, see the net.i2p.crypto.eddsa and net.i2p.crypto.x25519 packages.

Skip navigation links