Versions in this module Expand all Collapse all v0 v0.0.3 Sep 6, 2022 v0.0.2 Sep 6, 2022 Changes in this version + func DecryptSymmetric(ciphertext []byte, secret []byte) (plaintext []byte, err error) + func EncryptSymmetric(plaintext []byte, secret []byte) (ciphertext []byte)