Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_SEGMENT_SIZE = 1 << 16 // 64 KiB
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedRWC ¶
type EncryptedRWC struct {
// contains filtered or unexported fields
}
func NewEncryptedRWC ¶
func NewEncryptedRWC(rwc io.ReadWriteCloser, key []byte) (*EncryptedRWC, error)
func (*EncryptedRWC) Close ¶
func (rwc *EncryptedRWC) Close() error
Click to show internal directories.
Click to hide internal directories.