package
Version:
v0.14.1
Opens a new window with list of versions in this module.
Published: Dec 14, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Reader is an io.Reader that can read encrypted bytes.
Now it only supports aes-128-cfb.
NewReader returns a new Reader that decrypts bytes from r
Read satisfies the io.Reader interface.
Writer is an io.Writer that can write encrypted bytes.
Now it only support aes-128-cfb.
NewWriter returns a new Writer that encrypts bytes to w.
Write satisfies the io.Writer interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.