Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkProcessor ¶
type ChunkProcessor struct {
// contains filtered or unexported fields
}
func NewChunkProcessor ¶
func NewChunkProcessor(key []byte) (*ChunkProcessor, error)
type ChunkResult ¶
type ChunkResult struct {
// contains filtered or unexported fields
}
type DecryptJob ¶
type DecryptJob struct {
// contains filtered or unexported fields
}
type FileDecryptor ¶
type FileDecryptor struct {
// contains filtered or unexported fields
}
func NewFileDecryptor ¶
func NewFileDecryptor(key []byte) (*FileDecryptor, error)
func (*FileDecryptor) SetNonce ¶
func (f *FileDecryptor) SetNonce(serpentNonce, chacha20Nonce []byte) error
Click to show internal directories.
Click to hide internal directories.