Struct NoiseInfo

Information about a noise connection.

struct NoiseInfo;

Contains the TCPConnection as well as the NoiseStream. The NoiseStream can be queried for the public key of the remote end using the remoteKey property. This can be used to implement public key based authentication.