Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
Modifier and Type | Field and Description |
---|---|
NextSessionKey |
RatchetEntry.nextKey |
Modifier and Type | Method and Description |
---|---|
void |
RatchetPayload.PayloadCallback.gotNextKey(NextSessionKey nextKey) |
Constructor and Description |
---|
NextKeyBlock(NextSessionKey nextKey) |
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn,
NextSessionKey nextKey) |