Versions in this module Expand all Collapse all v0 v0.32.6 Jun 14, 2023 v0.32.5 Jun 14, 2023 v0.32.4 Jun 14, 2023 Changes in this version + func DecryptSymmetric(ciphertext []byte, secret []byte) (plaintext []byte, err error) + func EncryptSymmetric(plaintext []byte, secret []byte) (ciphertext []byte)