| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static EdDSAPublicKey |
SigUtil.toJavaEdDSAKey(SigningPublicKey pk) |
| Modifier and Type | Method and Description |
|---|---|
static SigningPublicKey |
SigUtil.fromJavaKey(EdDSAPublicKey pk,
SigType type) |
| Modifier and Type | Method and Description |
|---|---|
static EdDSAPublicKey |
EdDSABlinding.blind(EdDSAPublicKey key,
EdDSAPrivateKey alpha)
Only for SigType EdDSA_SHA512_Ed25519.
|
| Modifier and Type | Method and Description |
|---|---|
static EdDSAPublicKey |
EdDSABlinding.blind(EdDSAPublicKey key,
EdDSAPrivateKey alpha)
Only for SigType EdDSA_SHA512_Ed25519.
|