See: Description
| Interface | Description |
|---|---|
| CipherState |
Interface to an authenticated cipher for use in the Noise protocol.
|
| Destroyable |
Interface for objects that implement destroying.
|
| DHState |
Interface to a Diffie-Hellman algorithm for the Noise protocol.
|
| DHStateHybrid |
Additional API for DH objects that need special handling for
hybrid operations.
|
| Class | Description |
|---|---|
| CipherStatePair |
Class that contains a pair of CipherState objects.
|
| HandshakeState |
Interface to a Noise handshake.
|
| Noise |
Utility functions for the Noise protocol library.
|