Package | Description |
---|---|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
Modifier and Type | Method and Description |
---|---|
Elg2KeyPair |
Elg2KeyFactory.getKeys()
Pulls a prebuilt keypair from the queue,
or if not available, construct a new one.
|
Modifier and Type | Method and Description |
---|---|
void |
Elg2KeyFactory.returnUnused(Elg2KeyPair kp)
Return an unused DH key builder
to be put back onto the queue for reuse.
|