package
2.0.18
Repository: https://github.com/hashicorp/go-kms-wrapping.git
Documentation: pkg.go.dev

# Functions

NewSigner creates a new Signer.
NewVerifier creates a new verifier.
TestSigInfo creates a test SigInfo using the provided ed25519 priv key.
WithPrivKey provides a common way to pass in a private key.
WithPubKey provides a common way to pass in a public key.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Signer provides an ed25519 implementation for the wrapping.Signer interface.
Verifier provides and ed25519 implementation for the wrapping.Verifier interface.

# Type aliases

OptionFunc holds a function with local options.