Versions in this module Expand all Collapse all v1 v1.0.1 Sep 6, 2022 v1.0.0 Aug 17, 2022 Changes in this version + type Cipher interface + Decrypt func(src []byte) ([]byte, error) + Encrypt func(src []byte) ([]byte, error) + func MustNewAesCbc(key, iv string) Cipher + func NewAesCbc(key, iv string) (Cipher, error)