Versions in this module Expand all Collapse all v1 v1.0.0 Oct 12, 2017 Changes in this version + const SecretKeyLen + type Crypter interface + Decrypt func(string) (string, error) + Encrypt func(string) (string, error) + func New(secret string) (Crypter, error)