Package | Description |
---|---|
com.southernstorm.noise.protocol |
Provides classes for communicating via the Noise protocol.
|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
net.i2p.router.transport.crypto |
DH key generation.
|
Constructor and Description |
---|
Curve25519DHState(KeyFactory xdh)
Constructs a new Diffie-Hellman object for Curve25519.
|
HandshakeState(String patternId,
int role,
KeyFactory xdh)
Creates a new Noise handshake.
|
Modifier and Type | Class and Description |
---|---|
class |
Elg2KeyFactory
Elligator2 for X25519 keys.
|
Modifier and Type | Class and Description |
---|---|
class |
X25519KeyFactory
Try to keep DH pairs at the ready.
|