Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnwrappedSecret ¶
type UnwrappedSecret string
func UnwrapSecret ¶
func UnwrapSecret(wrappedSecret WrappedSecret, masterKey string) (UnwrappedSecret, error)
type WrappedSecret ¶
type WrappedSecret string
func WrapSecret ¶
func WrapSecret(secret string, masterKey string) (WrappedSecret, error)
Click to show internal directories.
Click to hide internal directories.