Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CryptionReader ¶ added in v1.11.1
type CryptionReader struct {
// contains filtered or unexported fields
}
func NewCryptionReader ¶
func NewCryptionReader(stream cipher.Stream, reader io.Reader) *CryptionReader
func (*CryptionReader) Read ¶ added in v1.11.1
func (this *CryptionReader) Read(data []byte) (int, error)
func (*CryptionReader) Release ¶ added in v1.11.1
func (this *CryptionReader) Release()
type CryptionWriter ¶ added in v1.11.1
type CryptionWriter struct {
// contains filtered or unexported fields
}
func NewCryptionWriter ¶
func NewCryptionWriter(stream cipher.Stream, writer io.Writer) *CryptionWriter
func (*CryptionWriter) Release ¶ added in v1.11.1
func (this *CryptionWriter) Release()
Click to show internal directories.
Click to hide internal directories.