Versions in this module Expand all Collapse all v0 v0.3.0 Oct 10, 2024 v0.2.0 Apr 3, 2024 Changes in this version + type Encryptor interface + Decrypt func(encryptedKey []byte) ([]byte, error) + Encrypt func(key []byte) ([]byte, error) + func NewAesGcmEncryptor(kekPath string) (Encryptor, error)