Skip navigation links

Package net.i2p.crypto.x25519

Implementation of X25519 elliptic curve Diffie-Hellman key exchange for I2P.

See: Description

Package net.i2p.crypto.x25519 Description

Implementation of X25519 elliptic curve Diffie-Hellman key exchange for I2P.

This package provides X25519 functionality based on RFC 7748, offering:

X25519 is used throughout I2P for:

The implementation wraps Noise's Curve25519 DH operations and provides Java Security API compatibility through parameter specifications.

Since 0.9.41.

Skip navigation links