Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
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 |
---|
EdDSAKey
Common interface for all EdDSA keys.
|