package
20.1.0-alpha20191216+incompatible
Repository: https://github.com/knz/cockroach.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

DataKeyManager manages data keys.
FileCipherStreamCreator wraps the KeyManager interface and provides functions to create a FileStream for either a new file (using the active key provided by the KeyManager) or an existing file (by looking up the key in the KeyManager).
StoreKeyManager manages the user-provided keys.

# Interfaces

FileStream encrypts/decrypts byte slices at arbitrary file offsets.
PebbleKeyManager manages encryption keys.