package
0.0.0-20240829004754-bba9350506ee
Repository: https://github.com/go-i2p/go-i2p.git
Documentation: pkg.go.dev
# Functions
NewCertificate creates a new Certficiate from []byte returns err if the certificate is too short or if the payload doesn't match specified length.
ReadCertificate creates a Certificate from []byte and returns any ExcessBytes at the end of the input.
# Constants
Certificate Types.
Certificate Types.
Certificate Types.
CERT_MIN_SIZE is the minimum size of a valid Certificate in []byte 1 byte for type 2 bytes for payload length.
Certificate Types.
Certificate Types.
Certificate Types.
# Structs
Certificate is the representation of an I2P Certificate.