Versions in this module Expand all Collapse all v1 v1.8.0 Sep 21, 2018 v1.6.7 Feb 27, 2018 Changes in this version + type Cipher struct + func NewCipher(cipherFunc func([]byte) (cipher.Block, error), key []byte) (c *Cipher, err error) + func (c *Cipher) Decrypt(plaintext, ciphertext []byte, sectorNum uint64) + func (c *Cipher) Encrypt(ciphertext, plaintext []byte, sectorNum uint64)