# Functions
GenerateKeyPair generates a public/private key pair usable for signing images using the sigstore format, and returns key representations suitable for storing in long-term files (with the private key encrypted using the provided passphrase).
No description provided by the author
No description provided by the author
# Structs
GenerateKeyPairResult is a struct to ensure the private and public parts can not be confused by the caller.
# Type aliases
No description provided by the author