Categorygithub.com/meshplus/go-libp2p-cert
modulepackage
1.28.0
Repository: https://github.com/meshplus/go-libp2p-cert.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
New creates a new Noise transport using the given private key as its libp2p identity key.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

ID is the protocol ID for cert.
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).

# Structs

No description provided by the author
No description provided by the author
Transport implements the interface sec.SecureTransport https://godoc.org/github.com/libp2p/go-libp2p-core/sec#SecureConn.