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