Versions in this module Expand all Collapse all v0 v0.3.0-RC1 Apr 19, 2016 v0.2.0 Feb 25, 2016 Changes in this version + func Decrypt(ciphertext, passphrase []byte) ([]byte, error) + func Encrypt(plaintext, passphrase []byte) ([]byte, error) + func Marshal(v interface{}, passphrase []byte) ([]byte, error) + func Unmarshal(data []byte, v interface{}, passphrase []byte) error