Versions in this module Expand all Collapse all v4 v4.1.0 Oct 12, 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 Other modules containing this package github.com/AndersonBargas/rainstorm/v5