package
0.4.0
Repository: https://github.com/joelfischerr/scion.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
Package ctrl_msg implements a layer for sending SCION Ctrl payload requests/notifications via the infra dispatcher, including integrated signing and signature verification of ctrl payloads.
No description provided by the author
Package ifid contains the Go representation of an IFID keepalive packet.
No description provided by the author
No description provided by the author

# Functions

NewCertMgmtPld creates a new control payload, containing a new cert_mgmt payload, which in turn contains the supplied Cerealizable instance.
NewPathMgmtPld creates a new control payload, containing a new path_mgmt payload, which in turn contains the supplied Cerealizable instance.
NewPld creates a new control payload, containing the supplied Cerealizable instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
SrcDefaultFmt is the default format for proto.SignS.Src.
SrcDefaultPrefix is the default prefix for proto.SignS.Src.

# Structs

Data holds all non-union entries from CtrlPld.
No description provided by the author
No description provided by the author
SignSrcDef is the default format for signature source.

# Interfaces

Signer takes a message and signs it, producing the signature metadata.
Verifier verifies the signature of a signed payload.