Documentation ¶ Index ¶ func NewAesDecryptionStream(key []byte, iv []byte) (cipher.Stream, error) func NewAesEncryptionStream(key []byte, iv []byte) (cipher.Stream, error) func NewCryptionReader(stream cipher.Stream, reader io.Reader) io.Reader func NewCryptionWriter(stream cipher.Stream, writer io.Writer) io.Writer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewAesDecryptionStream ¶ func NewAesDecryptionStream(key []byte, iv []byte) (cipher.Stream, error) func NewAesEncryptionStream ¶ func NewAesEncryptionStream(key []byte, iv []byte) (cipher.Stream, error) func NewCryptionReader ¶ func NewCryptionReader(stream cipher.Stream, reader io.Reader) io.Reader func NewCryptionWriter ¶ func NewCryptionWriter(stream cipher.Stream, writer io.Writer) io.Writer Types ¶ This section is empty. Source Files ¶ View all Source files aes.go Click to show internal directories. Click to hide internal directories.