| Package | Description |
|---|---|
| net.i2p.crypto | Core cryptographic primitives and algorithms used throughout I2P. |
| net.i2p.crypto.eddsa | Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves. |
| Class and Description |
|---|
| EdDSAPrivateKey An EdDSA private key. |
| EdDSAPublicKey An EdDSA public key. |
| Class and Description |
|---|
| EdDSAEngine EdDSA signature engine implementing the Java Signature API. |
| EdDSAKey Common interface for all EdDSA keys. |
| EdDSAPrivateKey An EdDSA private key. |
| EdDSAPublicKey An EdDSA public key. |
| KeyPairGenerator Key pair generator for EdDSA (Edwards-curve Digital Signature Algorithm) keys. |