Versions in this module Expand all Collapse all v1 v1.0.2 Oct 12, 2022 v1.0.1 Mar 28, 2020 Changes in this version + func AesDecrypt(origData, key []byte) (crypted []byte, err error) + func AesEncrypt(crypted, key []byte) ([]byte, error) + func NewECBDecrypter(b cipher.Block) cipher.BlockMode + func NewECBEncrypter(b cipher.Block) cipher.BlockMode