Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStreamWriter ¶
Types ¶
type StreamEncrypter ¶
type StreamEncrypter struct {
// contains filtered or unexported fields
}
func NewStreamEncrypter ¶
func NewStreamEncrypter(key, iv []byte) (*StreamEncrypter, error)
func (*StreamEncrypter) Encrypt ¶
func (a *StreamEncrypter) Encrypt(data []byte) []byte
Click to show internal directories.
Click to hide internal directories.