tree: 49fd11732b9a9b7e98526316e3d15d10e2d5d700 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/storage/crypt/fxfs/common/README.md

fxfs-crypt-common

This library provides shared cryptographic logic for Fxfs, specifically for key management and wrapping/unwrapping operations.

Key Components

CryptBase: A helper for managing wrapping keys and performing cryptographic operations. It handles the storage of wrapping keys and the encryption/decryption of data and metadata keys.