package
0.0.3
Repository: https://github.com/thusharprakash/go-libp2p.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GenerateSignedExtension uses the provided private key to sign the public key, and returns the signature within a pkix.Extension.
New creates a TLS encrypted transport.
NewIdentity creates a new identity.
PubKeyFromCertChain verifies the certificate chain and extract the remote's public key.
WithCertTemplate specifies the template to use when generating a new certificate.

# Constants

ID is the protocol ID (used when negotiating with multistream).

# Structs

Identity is used to secure connections.
IdentityConfig is used to configure an Identity.
Transport constructs secure communication sessions for a peer.

# Type aliases

IdentityOption transforms an IdentityConfig to apply optional settings.