1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
crypto Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
__init__.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
api.proto Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
api_pb2.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
api_pb2_grpc.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
trillian.proto Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
trillian_pb2.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
trillian_pb2_grpc.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

Android Firmware Transparency Log Proto Definitions


This directory contains the proto definitions required to communicate with an AFTL server. The original repos and purpose for each proto file are as follows:

  • api.proto Contains the messages to communicate with the AFTL personality.
  • crypto/keyspb/keyspb.proto From https://github.com/google/trillian Dependency of trillian.proto Contains the PublicKey message definition used by Tree.
  • crypto/sigpb/sigpb.proto From https://github.com/google/trillian Dependency of trillian.proto For trillian.proto, contains the DigitallySigned message used by Tree and SignedEntryTimestamp.
  • trillian.proto From https://github.com/google/trillian Dependency of aftl.proto For aftl.proto, contains message definitions for SignedLogRoot.