Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
Modifier and Type | Field and Description |
---|---|
SessionKeyAndNonce |
RatchetEntry.key |
Modifier and Type | Method and Description |
---|---|
SessionKeyAndNonce |
RatchetTagSet.consume(RatchetSessionTag tag)
inbound only
|
SessionKeyAndNonce |
SingleTagSet.consume(RatchetSessionTag tag) |
SessionKeyAndNonce |
RatchetTagSet.consumeNextKey()
For outbound, call after consumeNextTag().
|
SessionKeyAndNonce |
RatchetSKM.consumeTag(RatchetSessionTag tag)
Inbound.
|
Constructor and Description |
---|
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn)
outbound - calculated key
|
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn,
NextSessionKey nextFwdKey,
NextSessionKey nextRevKey,
List<Integer> acksToSend) |