Documentation ¶
Index ¶
- func NewAesDecryptionStream(key []byte, iv []byte) cipher.Stream
- func NewAesEncryptionStream(key []byte, iv []byte) cipher.Stream
- func NewChaCha20Stream(key []byte, iv []byte) cipher.Stream
- 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 NewChaCha20Stream ¶ added in v1.9.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.