• Home
Name Date Size #Lines LOC

..--

crypto/03-May-2024-733627

README.mdD03-May-2024819 2320

__init__.pyD03-May-20240 10

api.protoD03-May-20243.5 KiB9578

api_pb2.pyD03-May-202412.1 KiB324284

api_pb2_grpc.pyD03-May-20242.3 KiB6752

trillian.protoD03-May-202410.8 KiB317267

trillian_pb2.pyD03-May-202423.9 KiB577535

trillian_pb2_grpc.pyD03-May-202483 41

README.md

1# Android Firmware Transparency Log Proto Definitions
2---
3
4This directory contains the proto definitions required to communicate with an
5AFTL server. The original repos and purpose for each proto file are as
6follows:
7
8* api.proto
9   Contains the messages to communicate with the AFTL personality.
10* crypto/keyspb/keyspb.proto
11   From https://github.com/google/trillian
12   Dependency of trillian.proto
13   Contains the PublicKey message definition used by Tree.
14* crypto/sigpb/sigpb.proto
15   From https://github.com/google/trillian
16   Dependency of trillian.proto
17   For trillian.proto, contains the DigitallySigned message used by Tree and
18   SignedEntryTimestamp.
19* trillian.proto
20   From https://github.com/google/trillian
21   Dependency of aftl.proto
22   For aftl.proto, contains message definitions for SignedLogRoot.
23