| Package | Description |
|---|---|
| net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
| net.i2p.router.message |
Creates and parses garlic messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RatchetPayload.PayloadCallback.gotGarlic(GarlicClove clove) |
| Constructor and Description |
|---|
GarlicBlock(GarlicClove clove) |
| Modifier and Type | Method and Description |
|---|---|
GarlicClove |
CloveSet.getClove(int index) |
| Constructor and Description |
|---|
CloveSet(GarlicClove[] cloves,
net.i2p.data.Certificate cert,
long msgId,
long expiration) |