tree: 6115955acce8f16bef37d9b76a42ff8a94bb9283
  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.