Documentation
¶
Overview ¶
Package encryption provides functions for encrypting and decrypting data using AES-GCM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Splitter ¶
Splitter is a splitter that encrypts the data before splitting it. It's not valid to use the same splitter for multiple files.
func NewSplitter ¶
NewSplitter creates a new EncryptedSplitter with the given key.
Click to show internal directories.
Click to hide internal directories.