# Functions
NewReader returns a new Reader that decrypts bytes from r.
NewWriter returns a new Writer that encrypts bytes to w.
No description provided by the author
closeFn will be called only once.
# Variables
No description provided by the author
# Structs
Reader is an io.Reader that can read encrypted bytes.
No description provided by the author
Writer is an io.Writer that can write encrypted bytes.