Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChunkSize = 4096 HeaderSize = 64 )
Variables ¶
This section is empty.
Functions ¶
func DeriveOutputFilename ¶
Types ¶
type Argon2Params ¶
type Argon2Params struct {
// contains filtered or unexported fields
}
type EncryptedFile ¶
type EncryptedFile struct { OutputFilename string InputFilename string NumChunks int64 Verbose bool // contains filtered or unexported fields }
func ReadAndDecrypt ¶
func ReadAndEncrypt ¶
func (*EncryptedFile) WriteFooter ¶
func (ef *EncryptedFile) WriteFooter()
func (*EncryptedFile) WriteHeader ¶
func (ef *EncryptedFile) WriteHeader()
Click to show internal directories.
Click to hide internal directories.