Versions in this module Expand all Collapse all v0 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