Versions in this module Expand all Collapse all v0 v0.1.0 Sep 3, 2015 Changes in this version + func AESDecrypt(ciphertext, key []byte) ([]byte, error) + func AESEncrypt(plaintext, key []byte) ([]byte, error) + func RandBytes(n int) ([]byte, error)