# 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.
# 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.