Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AESCTREncrypter ¶
type AESCTREncrypter struct {
// contains filtered or unexported fields
}
func NewAESCTREncrypter ¶
func NewAESCTREncrypter(reader io.Reader, key, prefix, postfix []byte) (*AESCTREncrypter, error)
func (*AESCTREncrypter) Seek ¶
func (A *AESCTREncrypter) Seek(i uint64)
Click to show internal directories.
Click to hide internal directories.