Versions in this module Expand all Collapse all v1 v1.1.1 Sep 22, 2025 v1.1.0 Aug 26, 2025 Changes in this version + type EncryptorDecryptor struct + func NewWithPasswordNonce[T any](password, nonce, salt []byte, iterations int) (*EncryptorDecryptor[T], error) + func New[T any](salt []byte, iterations int) (*EncryptorDecryptor[T], error) + func (e *EncryptorDecryptor[T]) Decrypt(ciphertext []byte) (T, error) + func (e *EncryptorDecryptor[T]) Encrypt(value T) ([]byte, error) Other modules containing this package github.com/zendesk/go-generics/encryption