Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockEngine ¶
type BlockEngine struct {
// contains filtered or unexported fields
}
func NewBlockEngine ¶
func NewBlockEngine(blockSize int, numCpu int) *BlockEngine
func (*BlockEngine) ProcessFile ¶
func (blockEngine *BlockEngine) ProcessFile(blockCipher ciphers.BlockCipher, mode ciphers.CipherMode, inFilePath, outFilePath string) error
Click to show internal directories.
Click to hide internal directories.