//
pkg.gl
Category
github.com/testbye/golib
crypto
package
0.3.2
Repository:
https://github.com/testbye/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
117 SLOC
#
Functions
NewReader
NewReader returns a new Reader that decrypts bytes from r.
NewWriter
NewWriter returns a new Writer that encrypts bytes to w.
#
Variables
DefaultSalt
No description provided by the author
#
Structs
Reader
Reader is an io.Reader that can read encrypted bytes.
Writer
Writer is an io.Writer that can write encrypted bytes.