Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.19 KB

REPO_LAYOUT.md

File metadata and controls

16 lines (14 loc) · 1.19 KB

Repository Layout

This is a high level overview of how the repository is laid out. Some major folders are listed below:

  • bazel/: Configuration for TrustedFlow's use of Bazel. It includes some remote repositories and rules that we use in our build system.
  • dm_component/: Data management component.
  • docker/: Dockerfiles used to build images for compiling or running TrustedFlow.
  • docs/: Documents of TrustedFlow.
  • trustedflow/: Some common libs used by TrustedFlow.
    • attestation/: C++ implementations of remote attestation for different platforms.
      • collateral/: Get quote collateral in Passport type report.
      • common/: Common definitions or implementations for attestation.
      • generation/: Remote attestation generation.
      • sample/: Sample code for attestation.
      • utils/: Utilities for attestation.
      • verification/: Remote attestation verification.