package
1.1.2
Repository: https://github.com/schnorchersepp/splitfs.git
Documentation: pkg.go.dev

# Functions

Compress use Zstandard compression algorithm to compress data.
CreateKeyFile creates a new key file that contains exactly 128 random bytes.
CryptBytes encrypts or decrypts the bytes from a chunk The specified offset refers to the entire chunk as a file.
CryptoReader decrypts or encrypts a given reader.
Decompress use Zstandard compression algorithm to decompress data.
LoadKeyFile read the 128 bytes key file and generate the secrets.

# Structs

KeyFile manages the secret keys.