Versions in this module Expand all Collapse all v0 v0.0.5 Aug 26, 2022 Changes in this version + type Cipher struct + AEAD cipher.AEAD + func NewCipher(key string) (x *Cipher, err error) + func (x *Cipher) Decode(ciphertext string) (data []byte, err error) + func (x *Cipher) Encode(data []byte) (ciphertext string, err error)