tree: 020a794cfbe20dae9ee23558d7684edc8989b939 [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.