Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2019 v0.1.0 Apr 17, 2019 v0.0.5 Jan 13, 2019 Changes in this version + type Fake struct + func Empty() *Fake + func New(encrypt Operation, decrypt Operation) *Fake + func (f *Fake) Decrypt(ciphertext []byte) ([]byte, error) + func (f *Fake) Encrypt(plaintext []byte) ([]byte, error) + type Operation func(input []byte) ([]byte, error)