package
0.12.0
Repository: https://github.com/scionproto/scion.git
Documentation: pkg.go.dev

# Functions

ExtractUnverifiedBody extracts the body from the signed message without verification.
ExtractUnverifiedHeader extracts the header from the signed message without verification.
SelectSignatureAlgorithm selects the signature algorithm based on the public key algorithm.
Sign creates a signed message.
Verify verifies the signed message.

# Constants

List of supported signature algorithms.
List of supported signature algorithms.
List of supported signature algorithms.
List of supported signature algorithms.

# Structs

Header represents the signed message header.
Message represents the signed message.

# Type aliases

No description provided by the author
UnverifiedBody represents the body that was extracted without verification.
UnverifiedHeader represents the header that was extracted without verification.