Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AESDecrypter ¶
type AESDecrypter struct {
// contains filtered or unexported fields
}
AESDecrypter is an AES-256 decryptor.
func NewAESDecrypter ¶
func NewAESDecrypter(r io.Reader, power int, salt, iv []byte, password string) (*AESDecrypter, error)
NewAESDecrypter returns a new AES-256 decryptor.
type BCJ2Decoder ¶
type BCJ2Decoder struct {
// contains filtered or unexported fields
}
BCJ2Decoder is a BCJ2 decoder.
func NewBCJ2Decoder ¶
func NewBCJ2Decoder(main, call, jump, rangedecoder io.Reader, limit int64) (*BCJ2Decoder, error)
NewBCJ2Decoder returns a new BCJ2 decoder.
type DeltaDecoder ¶
type DeltaDecoder struct {
// contains filtered or unexported fields
}
DeltaDecoder is a Delta decoder.
func NewDeltaDecoder ¶
NewDeltaDecoder returns a new Delta decoder.
Click to show internal directories.
Click to hide internal directories.