Versions in this module Expand all Collapse all v3 v3.2.1 Jul 21, 2020 v3.2.0 May 17, 2020 Changes in this version + type AES struct + func NewAES(subMarshaller codec.MarshalUnmarshaler, key []byte) (*AES, error) + func (c *AES) Marshal(v interface{}) ([]byte, error) + func (c *AES) Name() string + func (c *AES) Unmarshal(data []byte, v interface{}) error