# Packages
No description provided by the author
# Functions
New creates a new Noise transport using the given private key as its libp2p identity key.
# Constants
ID is the protocol ID for noise.
LengthPrefixLength is the length of the length prefix itself, which precedes all transport messages in order to delimit them.
MaxPlaintextLength is the maximum payload size.
MaxTransportMsgLength is the Noise-imposed maximum transport message length, inclusive of the MAC size (16 bytes, Poly1305 for noise-libp2p).