bytes

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base64Dec

type Base64Dec struct{}

func (*Base64Dec) RunOnBytes

func (this *Base64Dec) RunOnBytes(p []byte) ([]byte, error)

type Base64Enc

type Base64Enc struct{}

func (*Base64Enc) RunOnBytes

func (this *Base64Enc) RunOnBytes(p []byte) ([]byte, error)

type Compressor

type Compressor struct{}

func (*Compressor) RunOnBytes

func (this *Compressor) RunOnBytes(p []byte) (result []byte, err error)

type CopyPass

type CopyPass struct{}

func (*CopyPass) RunOnBytes

func (this *CopyPass) RunOnBytes(p []byte) ([]byte, error)

type DePadding

type DePadding struct{}

func (*DePadding) RunOnBytes

func (this *DePadding) RunOnBytes(p []byte) ([]byte, error)

type DeRotateLeft

type DeRotateLeft struct{}

func (*DeRotateLeft) RunOnBytes

func (this *DeRotateLeft) RunOnBytes(p []byte) ([]byte, error)

type Decompressor

type Decompressor struct{}

func (*Decompressor) RunOnBytes

func (this *Decompressor) RunOnBytes(p []byte) (result []byte, err error)

type DummyPass

type DummyPass struct{}

func (*DummyPass) RunOnBytes

func (this *DummyPass) RunOnBytes(p []byte) ([]byte, error)

type Padding

type Padding struct{}

func (*Padding) RunOnBytes

func (this *Padding) RunOnBytes(p []byte) ([]byte, error)

type RC4Dec

type RC4Dec struct{}

func (*RC4Dec) RunOnBytes

func (this *RC4Dec) RunOnBytes(p []byte) ([]byte, error)

type RC4Enc

type RC4Enc struct{}

func (*RC4Enc) RunOnBytes

func (this *RC4Enc) RunOnBytes(p []byte) ([]byte, error)

type RC4Pass

type RC4Pass struct {
	C *rc4.Cipher
}

func (*RC4Pass) RunOnBytes

func (this *RC4Pass) RunOnBytes(p []byte) ([]byte, error)

type RotateLeft

type RotateLeft struct{}

func (*RotateLeft) RunOnBytes

func (this *RotateLeft) RunOnBytes(p []byte) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL