tree: ed25682261c61a9973626c7694ca7838ce45b6ff [path history] [tgz]
  1. lib/
  2. signer_instructions/
  3. __init__.py
  4. README.md
signing/README.md

Chromite Signer

Objective

This doc tries to give an overview of how the signer interacts with its world.

Background

It is assumed that you have read go/cros-domain-model and are familiar with the contents.

Directory Overview

You can use Code Search to lookup things in Chromite or ChromeOS in general. You can add a ChromeOS filter to only show files from CrOS repositories by going to CS Settings and adding a new Saved query: “package:^chromeos” named “chromeos”.

signing/lib

Code here is expected to be imported whenever needed throughout chromite.signing.

signing/signer_instructions

See that README.md.