Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + func ExpandHome(path string) string + func GlobalKeyPath() string + func ResolveKeyPath(contextDir, overridePath string) string v0.6.0 Feb 16, 2026 Changes in this version + const KeySize + const NonceSize + func Decrypt(key, ciphertext []byte) ([]byte, error) + func Encrypt(key, plaintext []byte) ([]byte, error) + func GenerateKey() ([]byte, error) + func LoadKey(path string) ([]byte, error) + func SaveKey(path string, key []byte) error