Versions in this module Expand all Collapse all v0 v0.3.1 Sep 21, 2016 v0.3.0 Sep 13, 2016 Changes in this version + type Encryption interface + Decrypt func(iv, data []byte) ([]byte, error) + Encrypt func(iv, data []byte) ([]byte, error) + NewIV func() []byte