Documentation ¶
Overview ¶
Package crypto provides functions to encode and decode data Using aes crypto. Package crypto contain custom implementation of io Reader. Using for read data many times without changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoopReader ¶
func LoopReader(p []byte) *loopReader
LoopReader returns a new Reader reading from p.
Regardless of the number of iterations, returns the same data in buffer size.
func NewCryptographer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.